You are here

function system_update_1018 in Drupal 5

Change break tag (was removed, see 1020).

Related topics

File

modules/system/system.install, line 3455

Code

function system_update_1018() {
  variable_set('update_1020_ok', TRUE);
  return array();
}