system_update_115

Definition

system_update_115()
system/system.install, line 1318

Code

<?php
function system_update_115() {
  $ret = array();

  // This update has been moved to update_fix_watchdog_115 in update.php because it
  // is needed for the basic functioning of the update script.

  return $ret;
}
?>