Code: Alles auswählen
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full lines are longer
#
$sql = "SELECT t.topic_id, t.topic_title
FROM " . TOPICS_TABLE
WHERE
AND f.forum_id =
$order_sql
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : calendar --------------------------------------------------------------------------------
// here we added
// , t.topic_first_post_id, t.topic_calendar_time, t.topic_calendar_duration
//-- modify
#
#-----[ IN-LINE FIND ]----------------------------------------
#
, t.topic_last_post_id
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------
#
, t.topic_first_post_id, t.topic_calendar_time, t.topic_calendar_duration
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- fin mod : calendar ----------------------------------------------------------------------------
Code: Alles auswählen
//-- fin mod : calendar ----------------------------------------------------------------------------
ich seh da nich durch
