hello, thx for your hack, but i have a big problem :
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT postid, post.title, pagetext, post.threadid, IF(thread.threadprefix <> '', CONCAT('[', thread.threadprefix, '] ', thread.title), thread.title) AS title AS threadtitle
FROM post AS post
INNER JOIN thread AS thread USING(threadid)
WHERE postid = 6;
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 'AS threadtitle
FROM post AS post
INNER JOIN thread AS thread USING(threa' at line 1
Error Number : 1064
Date : Thursday, April 13th 2006 @ 07:17:11 PM
Script : http://***.***.***.***/newthread.php
Referrer : http://***.***.***.***/newthread.php?do=newthread&f=8
but the post is correctly created.
can anyone help me to remove this bug plz ?