You are here

function system_update_161 in Drupal 4

Same name and namespace in other branches
  1. 5 modules/system/system.install \system_update_161()

File

database/updates.inc, line 1255

Code

function system_update_161() {
  variable_del('forum_icon_path');
  return array();
}