PHP-Nuke Nederland: Forums
PHP-Nuke Nederland :: View topic - [2.0.15][Fix] for demoted admin bug
Author
Message
kenwood
Moderator
Joined: Sep 07, 2004
Posts: 246
Posted:
Fri 20 May 2005 21:07
OPEN modules/Forums/admin/admin_ug_auth.php
FIND (around line 544)
Code:
WHERE user_id IN (" . implode(', ', $group_user) . ")";
REPLACE WITH
Code:
WHERE user_id IN (" . implode(', ', $group_user) . ") AND user_level = " . MOD;
More info:
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=290149
BlueLion
Administrator
Joined: Aug 21, 2004
Posts: 2836
Posted:
Sat 21 May 2005 1:46
Donaties
Adverteren
Wilt u het forum steunen, dan kunt u nu eenvoudig doneren met PayPal.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Powered by phpBB © 2001, 2005 phpBB Group