Seite 2 von 2

Verfasst: 29.06.2004 21:35
von Dr.Urlaub
ah ahb es gefunden, und zwar ist dieser text in der
mycalender_functions.php
zu finden
if ($check_post) {
$sql = 'SELECT ' .
'c.cal_id ' .
'FROM ' .
MYCALENDAR_TABLE . ' as c, ' .
TOPICS_TABLE . ' as t ' .
'WHERE ' .
"t.topic_id = $topic_id AND " .
"c.topic_id = $topic_id AND " .
"t.topic_first_post_id = $post_id";
if (!$result = $db->sql_query($sql)) {
message_die(GENERAL_MESSAGE, 'Error in query which determines if post is leading post in topic.');
}
}

Verfasst: 29.06.2004 22:50
von Dr.Urlaub
oki, danke für das progi, hab jetzt einfach die meldung da rausgenommen, da mir jetzt ncith mal klar war, wofür der kalneder da war, hatte nämlich ein ganz anderen verwendet ...

also thema erledigt ...
mfG