function system_update_6031
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
Archivo
- drupal-6.x/
modules/ system/ system.install, line 2193
Código
function system_update_6031() {
return array();
}