Quote:
Originally posted by FireFly
Probably forgot a ; or } in the line before.
Copy the 3 lines before line 262.
|
ok here is the block just before 262
// ###################### Start Kill #######################
if ($HTTP_POST_VARS['action']=="kill") {
$DB_site->query("DELETE FROM smilie WHERE smilieid=$smilieid");
echo "<p>Deleted!</p>";
$action="modify";
}
// ###################### Start do order #####################
if ($HTTP_POST_VARS['action']=="doorder") {