Incompatibility with another module?
						YAAS
						
						
						
						I have another mod on my site called 
Yet Another Award System which has been working pretty good, but when I tried running part of it today I noticed an error coming up that mentioned namespaces, this is the error:
	Code:
	Database error in vBulletin 3.7.3:
Invalid SQL:
     SELECT postid, threadid, namespaceid, forumid
     FROM post AS post, thread AS thread
     WHERE post.threadid = thread.threadid AND
      postid >=  AND
      thread.lastpost >= 1219400598
     ORDER BY postid
     LIMIT;
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 'AND
      thread.lastpost >= 1219400598
     ORDER BY postid
     LIMIT' at line 4
Error Number  : 1064
Request Date  : Friday, August 29th 2008 @ 11:23:18 AM
Error Date    : Friday, August 29th 2008 @ 11:23:18 AM
Script        : http://www.bluedragons.co.uk/forums/admin/award.php?do=manage
Referrer      : http://www.bluedragons.co.uk/forums/admin/index.php?do=nav
 This is from clicking on the 
Award System/Give award to user part of my Admin page. 
Is there anything I can do to get this working again?
There is no mention of the sql code in the award.php page so I can only assume it is being hooked in somehow....Any ideas?