Citazione:
mySQL error: 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 'ORDER BY a.startdate DESC' at line 1
Query: SELECT u.*, u.username, a.*, f.*, g.title AS grouptitle, g.usertitle AS groupusertitle, g.stars AS groupstars, g.starimage AS groupstarimage, g.image AS groupimage, g.namestyle, g.usereputationsystem FROM mybb_announcements a LEFT JOIN mybb_users u ON (u.uid=a.uid) LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) LEFT JOIN mybb_usergroups g ON (g.gid=u.usergroup) WHERE a.startdate<='1108781101' AND a.enddate>='1108781101' AND aid= ORDER BY a.startdate DESC
:roll: