Im running 2.30 and this is what i get. I checked 4+ times too.
PHP Code:
Parse error: parse error, unexpected '{' in /home/valider/public_html/forum/admin/smilie.php on line 269
the code in smilie.php:
PHP Code:
if ($HTTP_POST_VARS['action']=="doorder") {
??while (list($key,$val)=each($order)) {
????$DB_site->query("UPDATE smilie SET showid='$val' WHERE smilieid='$key'");
??}
??echo "<p>Order updated!</p>";
??$action="modify";
}
i tried everything that was posted b4 me and still get that error....please help