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 '; LIMIT 1, 1' at line 1 query: UPDATE prog_gallery_images SET `exif_date` = "-1" WHERE `i_nid`=":nid"; LIMIT 1, 1 in D:\Program Files\XAMPP\htdocs\drupal2\modules\prog_gallery\prog_gallery.module on line 1532.

Comments

Jānis Bebrītis’s picture

Status: Active » Fixed

oh, that one ocurred while checking and filling out coding standards :/

the line should be like this now
db_query('UPDATE {prog_gallery_images} SET `exif_date` = "-1" WHERE `i_nid`=":nid";', array(':nid' => $nid));

uploaded to cvs, i guess new snapshot tar will be available in 11hrs or so.

fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.