You are here

function system_update_116 in Drupal 4

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

File

database/updates.inc, line 217

Code

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