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();
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.