From d7f706f29117e4003179ab15e305446c6e95d0f9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 27 Nov 2008 07:07:01 +0000 Subject: Reverting #337820 once more, as it causes mysterious test failures. --- 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 ba0d5b59a..ae9cd81cd 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3132,16 +3132,6 @@ function system_update_7014() { return $ret; } -/** - * Change the user logout path. - */ -function system_update_7015() { - $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