DB Error: syntax error
Articles->getPartnerArchive :SELECT art_id, art_filename, art_type, art_orig, max(ari_pubdate) pubdate
FROM article, artinstance
WHERE (art_id=ari_article)
AND (ari_contributormag=)
AND (art_type = 1)
GROUP BY art_id
ORDER BY art_type ASC, pubdate DESC
[nativecode=1064 ** 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 (art_type = 1)
GROUP BY art_id
' at line 4]