From bd9554952c02b4ea70103a87d3b7ef51af29f9d4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 24 Nov 2008 04:22:02 +0000 Subject: Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm... --- modules/system/system.install | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 518a11e9f..bcde1b943 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3130,16 +3130,6 @@ function system_update_7013() { return $ret; } -/** - * Change the user logout path. - */ -function system_update_7014() { - $ret = array(); - $ret[] = update_sql("UPDATE {menu_links} SET link_path = 'user/logout' WHERE link_path = 'logout'"); - $ret[] = update_sql("UPDATE {menu_links} SET router_path = 'user/logout' WHERE router_path = 'logout'"); - return $ret; -} - /** * @} End of "defgroup updates-6.x-to-7.x" * The next series of updates should start at 8000. -- cgit v1.2.3