Verfasst: 29.06.2004 21:35
ah ahb es gefunden, und zwar ist dieser text in der
mycalender_functions.php
zu finden
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.');
}
}