WordPress database error: [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 'AND gallery.gid=pictures.galleryid
ORDER BY pictures.sortorder
ASC' at line 6]
SELECT gallery.name, gallery.path, gallery.title, pictures.alttext, pictures.filename, pictures.imagedate, pictures.description, pictures.sortorder
FROM
wp_ssla_ngg_gallery AS gallery,
wp_ssla_ngg_pictures AS pictures
WHERE gallery.gid=
AND gallery.gid=pictures.galleryid
ORDER BY pictures.sortorder
ASC