Code:
Database error in vBulletin 4.0.6:
Invalid SQL:
SELECT
a.awardid AS id,
a.awardtitle AS title,
a.awardurl AS small,
a.awardbigurl AS big
FROM xperience_award_issues AS i
INNER JOIN xperience_awards AS a ON a.awardid=i.awardid
WHERE i.userid=2
ORDER BY i.dateline
LIMIT 0,;
MySQL 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 '' at line 10
got this.