SQL ERROR [ mysql4 ]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND pic_cat_id = cat_id' at line 4 [1064]
SQLSELECT COUNT(pic_id) AS count
FROM ip_album, ip_album_cat
WHERE pic_user_id = 11246
AND cat_id IN ()
AND pic_cat_id = cat_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 295
CALL: sql_db->sql_error()
FILE: includes/album_mod/album_memberlist.php
LINE: 140
CALL: sql_db->sql_query()
FILE: album.php
LINE: 242
CALL: include('includes/album_mod/album_memberlist.php')