You are here

function system_update_116 in Drupal 5

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

File

modules/system/system.install, line 1327

Code

function system_update_116() {
  return array(
    update_sql("DELETE FROM {system} WHERE name = 'admin'"),
  );
}