Nuke 7 fix if you didnt already know...
Date: Monday, January 12 @ 22:23:59 CET
Topic: Bug Fixes


What this fixes:

- it fixes the problem of registered users not being able to use modules as configured

- also fixed the pm system not workin on this site and might do the same on yours

------------------------

In mainfile.php:

- in function "is_group"

- find

if ($points > 0 AND $points >= $grp || $mod_group == 0) {


- and change to:

if (($points > 0 AND $points >= $grp) OR $mod_group == 0) {

------------------------



Peace

J-LoGiC @ CPHDesign.com





This article comes from NukeCops
http://www.nukecops.com

The URL for this story is:
http://www.nukecops.com/modules.php?name=News&file=article&sid=1379