GerdB - 2006-01-19

Logged In: YES
user_id=1142774

There are several statements in functions.php (and maybe other places) where the argument to an IN clause gets $db->quote'd. Since the parameter to an in clause is not a string but an argument list, this will fail on any RDBMS.