You are here

function system_update_174 in Drupal 5

Same name and namespace in other branches
  1. 4 database/updates.inc \system_update_174()

File

modules/system/system.install, line 2749

Code

function system_update_174() {

  // This update (update comments system variables on upgrade) has been removed.
  return array();
}