Got it working now... I had to add
before the query (in editpost.php)... And I changed the query to
Code:
$DB_site->query("UPDATE post SET title='".addslashes(htmlspecialchars($title))."',pagetext='".addslashes($message)."',allowsmilie='$allowsmilie',showsignature='$signature',iconid='$iconid',time=time+'$xtime'$editedbysql$attachmentsql WHERE postid='$postid'");
Seems to work now, let me know if that's not how it's supposed to be.

Thanks for the hack (and the idea)