summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-24 04:22:02 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-24 04:22:02 +0000
commitbd9554952c02b4ea70103a87d3b7ef51af29f9d4 (patch)
tree213e7f7231daba3286499a8d6061f11e01a894b4 /modules/system/system.install
parent3d1dcb496641993d2da76b70e2ffc02af41aec34 (diff)
downloadbrdo-bd9554952c02b4ea70103a87d3b7ef51af29f9d4.tar.gz
brdo-bd9554952c02b4ea70103a87d3b7ef51af29f9d4.tar.bz2
Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm...
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install10
1 files changed, 0 insertions, 10 deletions
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
@@ -3131,16 +3131,6 @@ function system_update_7013() {
}
/**
- * 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.
*/