
09-18-2008, 05:08 PM
|
|
|
Join Date: Dec 2001
Location: Jersey
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I have gotten the same thing and had to disable until it can be looked at.
Quote:
Originally Posted by DaveS
Hi there appears to be a bug in this in that characters are not escaped properly, specifically the apostrophe '''.
I get the following SQL errors for people who have apostrophe's in their name.
PHP Code:
SELECT userid, username, autoresponder, autorespondertext, autorespondertitle, autorespondersig, autorespondertotime, autoresponderccactive, autoresponderccuser, lastactivity FROM vb_user WHERE ((autoresponder = 1 OR autoresponder = 2) AND (username LIKE 't'onion' OR username LIKE ''));
Could this be sorted quickly as it's generating errors on my board and it's a great mod.
|
|