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 ('9','18','19','20','21','24','34','35','36','37','38','44','45','46','50','57','65','66','67','69','76','81','112','121','129','130','137','154','155','162','166','178','179','180','182','183','188','189','190','191','194','199','200','201','202','203','208','218','220','221','222','223','231','232','233','235','240','242','244','259','261','262','263','264','265','279','284','287','290','293','298','302','303','305','306','311','322','348','412','426','560','582','630','631','677','702','747','748','775','776','797','825','845','861','991','1018','1025','1049','1053','1070','1080','1081','1082','1087','1088','1094','1114','1116','1124','1125') AND p.approve='1' AND c.approve='1' ORDER BY c.date DESC LIMIT 0,60