function system_update_115 in Drupal 4
Same name and namespace in other branches
- 5 modules/system/system.install \system_update_115()
File
- database/
updates.inc, line 208
Code
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;
}