
03-09-2008, 08:55 PM
|
|
|
Join Date: Jan 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
hey!
i got this error:
Quote:
Parse error: syntax error, unexpected $end in /var/www/web1/html/includes/functions_post_thanks.php on line 403
|
the "evol" code is:
Quote:
if ($vbulletin->db->affected_rows() != 0)
{
$set_user_got .= ", reputation = reputation - ". $vbulletin->options[post_thanks_reputation] ."";
}
|
any sugestions?
|