|
Don't quite understand this one. Moderation of products or reviews are set in usergroups options moderation
if ( $User['usemod'] == 0 ) $moderate = 1;
else $moderate = 0;
This is pretty clear that if they dont have moderation set to on then approved is 1
|