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 ('13','23','26','29','47','56','59','74','75','77','85','106','114','115','120','122','131','138','139','140','141','150','151','156','157','160','163','177','184','187','193','210','216','217','237','239','243','245','255','256','267','269','270','272','273','277','280','288','300','301','304','310','312','313','314','320','335','337','341','416','466','493','738','740','795','874','992','1001','1034','1086') AND p.approve='1' AND c.approve='1' ORDER BY c.date DESC LIMIT 0,60