@squawell
Lines 163 & 187 in bugsadmin.php
Change
PHP Code:
"WHERE usergroupid IN ($admingroups)"
Tp
PHP Code:
"WHERE usergroupid=$vboptions[bugadmingroup] OR $vboptions[bugadmingroup] IN (membergroupids)"
@KuraFire
Why not just upgrade mySQL?
I think this would be good anyway (=> Query Cache, reduced load on our server significantly).
You could also use this with mySQL 3 with some modifications:
- modify the definition for table bugs in the setup
- change bugs.php sql