function system_update_6031 in Drupal 6
Ensure that installer cannot be run again after updating from Drupal 5.x to 6.x Actually, this is already done by system_update_6014(), so this is now a no-op.
Related topics
File
- modules/
system/ system.install, line 2193
Code
function system_update_6031() {
return array();
}