数据库出错:

MySQL Query Error
Mysql error description: 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.postTime desc limit 0,10' at line 1
Mysql error number: 1064
Date: 2010-09-08 21:51
Script: http://ljweb.com.ru/rss.php
SQL code: select a.logsediter,a.password,saveType,a.cateId,a.logTitle,a.logContent,a.author,a.postTime,b.name,a.id as cid,c.nickname from f2cont_logs as a inner join f2cont_categories as b on a.cateId=b.id left join f2cont_members as c on a.author=c.username where a.saveType=1 and () order by a.postTime desc limit 0,10