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 ('12','17','22','25','39','40','41','42','52','53','54','55','70','71','90','91','92','93','94','95','96','97','98','102','103','116','117','118','123','132','136','143','144','145','185','197','206','213','224','225','249','250','268','271','274','275','276','281','286','289','294','295','296','297','299','329','339','342','343','344','345','359','386','415','429','430','449','660','675','693','694','778','779','789') AND p.approve='1' AND c.approve='1' ORDER BY c.date DESC LIMIT 0,60