diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-19 10:16:12 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-19 10:16:12 +0300 |
| commit | e8f0cb197577bbbf681ace861ee06c5f6b1b69b7 (patch) | |
| tree | cc696ea434e5b4b873b26ff3cbd52f4a8d631e0b /modules/pref-users.php | |
| parent | a4d7649833c803df009d5adc0598a9c9b8b766ff (diff) | |
prefs: remove _PREFS_ACTIVE_TAB handling
Diffstat (limited to 'modules/pref-users.php')
| -rw-r--r-- | modules/pref-users.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php index 9c903907f..b75d5b76f 100644 --- a/modules/pref-users.php +++ b/modules/pref-users.php @@ -352,8 +352,6 @@ print "<div id=\"pref-user-toolbar\" dojoType=\"dijit.Toolbar\">"; - set_pref($link, "_PREFS_ACTIVE_TAB", "userConfig"); - $user_search = db_escape_string($_REQUEST["search"]); if (array_key_exists("search", $_REQUEST)) { |