function system_update_121 in Drupal 4
Same name and namespace in other branches
- 5 modules/system/system.install \system_update_121()
File
- database/
updates.inc, line 303
Code
function system_update_121() {
$ret = array();
// Remove the unused page table.
$ret[] = update_sql('DROP TABLE {page}');
return $ret;
}