system_update_1018

Versions
5
system_update_1018()

Change break tag (was removed, see 1020).

Related topics

Code

modules/system/system.install, line 3455

<?php
function system_update_1018() {
  variable_set('update_1020_ok', TRUE);
  return array();
}
?>
Login or register to post comments
 
 

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.