user warning: 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 ')' at line 1
query: SELECT n.nid, n.title, f1.filename AS filename1, f1.filepath AS filepath1, ctc.field_listimg1_data, f2.filename AS filename2, f2.filepath AS filepath2, ctc.field_listimg2_data FROM node AS n JOIN content_type_content AS ctc ON (ctc.vid = n.vid) LEFT JOIN files AS f1 ON (f1.fid = ctc.field_listimg1_fid AND f1.status > 0) LEFT JOIN files AS f2 ON (f2.fid = ctc.field_listimg2_fid AND f2.status > 0) WHERE n.status > 0 AND (n.nid = ) in /var/www/befish/html/sites/all/modules/custom/befish_listings/includes/befish_listings_imageblock.inc on line 73.