MySQL Error!
MySQL error in file: \engine\gallery\classes\comments.php at line 110
Error Number: 1054
The Error returned was:
Unknown column 'icq' in 'field list'
SQL query:

SELECT c.id, post_id, c.user_id, c.date, autor as gast_name, c.email as gast_email, text, c.ip, is_register, name, u.email, news_num, comm_num, user_group, reg_date, signature, foto, fullname, land, icq, xfields, p.picture_id, p.picture_title, p.category_id, p.picture_alt_name, p.type_upload, p.picture_filname, p.full_link, p.media_type FROM mc_gallery_comments c LEFT JOIN mc_users u ON c.user_id=u.user_id, mc_gallery_picturies p WHERE c.post_id=p.picture_id AND p.category_id IN ('7','48','49','51','73','100','101','113','119','124','186','192','198','205','214','215','226','227','230','236','238','246','257','260','278','285','291','292','308','315','316','317','318','319','595','596','597','614','635','636','661','759','760','780','875') AND p.approve='1' AND c.approve='1' ORDER BY c.date DESC LIMIT 0,60