Log in

View Full Version : error when trying to search for game


jilly
04-19-2008, 12:25 PM
using version 2.6.6 - vbrc3

I clicked the letter 'F' to seacg for games that start with F

mySQL query error: select g.*, c.password from games_list as g
left join games_cats as c on (g.gcat = c.c_id)
where g.active = 1 and trim(password)='' and gtitle like 'F%' and gcat IN (1,)
order by added ASC

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 ')
order by added ASC' at line 3
mySQL error code:
Date: Saturday 19th of April 2008 09:24:57 AM