system_update_6031
- Versions
- 6
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
Code
modules/system/system.install, line 2125
<?php
function system_update_6031() {
return array();
}
?>Login or register to post comments 