You have an error in your SQL syntax near 'AND f.forum_id = t.forum_id ' at line 4

Harald
You have an error in your SQL syntax near 'AND f.forum_id = t.forum_id ' at line 4
Code: Alles auswählen
if ( isset($HTTP_GET_VARS[POST_POST_URL]))
{
$post_id = intval($HTTP_GET_VARS[POST_POST_URL]);
}
//Egänzung
else
{
$post_id = 49;
//Zahl eines immer wichtigen Titelthemas
}
//Ende Ergänzung
Code: Alles auswählen
$post_id = $topic_id = 0;