MySQL Error after updating
I updated to the latest version of Drupal with no issues. I then updated several modules (calendar, date, google_analytics, imagefield, imagefield_gallery, and token), and now get this error message on my administration pages:
"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 'DESC LIMIT 0, 2' at line 1 query: SELECT node.nid, field_date_published_value, node_data_field_link_article.field_link_article_url AS node_data_field_link_article_field_link_article_url, node_data_field_link_article.field_link_article_title AS node_data_field_link_article_field_link_article_title, node_data_field_link_article.field_link_article_attributes AS node_data_field_link_article_field_link_article_attributes FROM node node LEFT JOIN content_field_link_article node_data_field_link_article ON node.vid = node_data_field_link_article.vid WHERE (node.status = '1') AND (node.type IN ('quoted_in')) ORDER BY DESC LIMIT 0, 2 in /infosys/www.vote.caltech.edu/www/docroot/drupal/includes/database.mysql.inc on line 174."
Anyone know what's going on here?
Thanks for any help!
