From ec3326679595953650e76308daac2182b7d628b9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 Oct 2003 19:34:03 +0000 Subject: - Improvement: made it possible to disable the comment controls and reworded some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan. --- modules/forum/forum.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 60691455f..032a6cc73 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -415,9 +415,6 @@ function forum_page() { if (user_access("access content")) { if (module_exist("taxonomy")) { $tid = arg(1); - if ($op == t("Update settings") && $user->uid) { - $user = user_save($user, array("sortby" => $sortby, "forum_per_page" => $forum_per_page)); - } if (arg(2) == "new") { if ($nid = _forum_new($tid)) { -- cgit v1.2.3