
12-18-2007, 04:56 PM
|
|
|
Join Date: Dec 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Shazz
I guess you didn't look very hard, anyways
Find the following in vbshout.php
Code:
if ($striphtml)
{
$text = htmlspecialchars_uni(trim($text));
}
Change to:
Code:
if ($striphtml)
{
$text = htmlspecialchars_uni($text);
}
|
it doesnt work.
|