system_update_6031
Definition
system_update_6031()
modules/system/system.install, line 2100
Description
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.
Code
<?php
function system_update_6031() {
return array();
}
?> 