diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-31 14:58:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-31 14:58:37 +0000 |
commit | d1a07a2e8f21e402c85799215f37bd7f3cb685f1 (patch) | |
tree | 845bccd135828c5c39584bde0d199dff941b8180 /modules/moderation.module | |
parent | d9e72f37de62ae2c96925ec5f75c7e6bd449b59b (diff) | |
download | brdo-d1a07a2e8f21e402c85799215f37bd7f3cb685f1.tar.gz brdo-d1a07a2e8f21e402c85799215f37bd7f3cb685f1.tar.bz2 |
- fixed "you-have-to-logout-and-login-before-permissions-change" bug
(reported by UnConeD)
- added "add node" link to book selection box and made it display the
current location
- removed tabs and whitespaces from themes - done automatically
Diffstat (limited to 'modules/moderation.module')
-rw-r--r-- | modules/moderation.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/moderation.module b/modules/moderation.module index 4df29e080..1faf9542d 100644 --- a/modules/moderation.module +++ b/modules/moderation.module @@ -99,8 +99,6 @@ function moderation_page() { global $id, $op, $user, $vote; if ($user->id) { - $user = user_load($user->userid); - switch($op) { case "Vote"; moderation_vote(check_input($id), check_input($vote)); |