summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-09-18 10:44:19 +0000
committerDries Buytaert <dries@buytaert.net>2008-09-18 10:44:19 +0000
commit9020f7738804bb9533f0b421d4bf99c1159b1c74 (patch)
treed4ab42df91cf016f109615a2d10f197e7e108c63 /modules/system/system.install
parenta1674271167635dddbcee8313cc85c092586c402 (diff)
downloadbrdo-9020f7738804bb9533f0b421d4bf99c1159b1c74.tar.gz
brdo-9020f7738804bb9533f0b421d4bf99c1159b1c74.tar.bz2
- Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install3
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;
}