If I unban a user on 3.8.5 I get a db error
Code:
Datenbankfehler in vBulletin 3.8.5:
Invalid SQL:
SELECT postid, thread.threadid, firstpostid
FROM vb305_post AS post
INNER JOIN vb305_thread AS thread ON (post.threadid = thread.threadid)
WHERE post.threadid IN ();
MySQL-Fehler : 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 6
Fehler-Nr. : 1064
Fehler-Zeit : Wednesday, July 21st 2010 @ 09:00:50 AM
Datum : Wednesday, July 21st 2010 @ 09:00:50 AM
Skript : http://www.domain.com/forum/postings.php?do=btu_view_all
Referrer : http://www.domain.com/forum/postings.php?do=btu_ban&t=29905&u=79118&r=1
Klassenname : vB_Database
MySQL-Version : 5.1.45-log
I think there is a prefix missing or? Can anyone help here?