Not sure why it works, but it is
This is what you sent me regarding this over a year ago:
Quote:
Sure showphoto can use usergroup setting. why not just modify photopost.php to define that like so
find the offset definition and add the usergroup definition below it and then usergroup will be available throughout the program
$User['offset'] = $offset;
$User['usergroup'] = $usergroup;
|