diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-27 07:07:01 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-27 07:07:01 +0000 |
commit | d7f706f29117e4003179ab15e305446c6e95d0f9 (patch) | |
tree | 7ec0aeef58819d6947879cd9ec7734664b44fded /modules/system/system.install | |
parent | 74f2efd561ed37512456be6afaf7f00a7e5eea44 (diff) | |
download | brdo-d7f706f29117e4003179ab15e305446c6e95d0f9.tar.gz brdo-d7f706f29117e4003179ab15e305446c6e95d0f9.tar.bz2 |
Reverting #337820 once more, as it causes mysterious test failures.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -3133,16 +3133,6 @@ function system_update_7014() { } /** - * 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. */ |