From 9020f7738804bb9533f0b421d4bf99c1159b1c74 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Sep 2008 10:44:19 +0000 Subject: - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin. --- modules/system/system.install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/system/system.install') 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; } -- cgit v1.2.3