Try
[code] if (!GALLERY_ADMIN_MODE) {
$forbidden_aid = array();
$user_own_gallery = USER_ID ? ' AND visibility != '.(FIRST_USER_CAT + USER_ID) : ''...
↧
Re: Re: counting hidden albums
↧
Try
[code] if (!GALLERY_ADMIN_MODE) {
$forbidden_aid = array();
$user_own_gallery = USER_ID ? ' AND visibility != '.(FIRST_USER_CAT + USER_ID) : ''...