Quote:
Originally Posted by chrisrixon
I wasn't seeing a thing. A bit of grubbing around and I comented out this:
Code:
// Get a list of categories to be EXCLUDED from our query
//if ($privatecatids = fetch_private_categories())
//{
// $privcatids = 'images.catid NOT IN(' . $privatecatids . ') AND ';
//}
Bingo, all working. Any ideas why?
|
Same exact problem I'm having. $privcatids returns every category and I have which means nothing shows up. I'm still hoping for a fix.