Sun Should Loosen Up
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 ' 5' at line 11
query: SELECT n.nid, COUNT(n.nid) AS ncount
FROM node n
INNER JOIN term_node tn ON n.nid = tn.nid
WHERE tn.tid IN (2507,23594,3086,6782,1910)
AND n.nid != '9453'
AND n.status = 1
AND n.moderate = 0
AND n.type IN ('feed_item')
GROUP BY n.nid
ORDER BY ncount DESC, n.created DESC
LIMIT , 5 in /home/0all/drupal-5.9/includes/database.mysql.inc on line 172.
Enterprise Unix Roundup: "Last week, Simon Phipps, Chief Open Source Officer at Sun Microsystems, stated in an interview that much of the current animosity from the open source community toward Sun has its origins in the way Sun used to treat the community..."
|
Post new comment