diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 45a690198..84c7f4d8a 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3031,8 +3031,7 @@ function system_update_7008() { */ function system_update_7009() { $ret = array(); - $ret[] = update_sql("UPDATE {variable} SET name = 'menu_main_menu_source' WHERE name = 'menu_primary_links_source'"); - $ret[] = update_sql("UPDATE {variable} SET name = 'menu_main_menu_source' WHERE name = 'menu_primary_links_source'"); + $ret[] = update_sql("UPDATE {variable} SET name = 'menu_main_links_source' WHERE name = 'menu_primary_links_source'"); return $ret; } |