PPK
PPK
Код: Выделить всё
$forum_astracker ? "LEFT JOIN ".TRACKER_TORRENTS_TABLE." tr ON t.topic_id=tr.topic_id" : '')."
Код: Выделить всё
$forum_astracker ? "LEFT JOIN ".TRACKER_TORRENTS_TABLE." tr ON (t.topic_id=tr.topic_id)" : '')."
Код: Выделить всё
AND ((t.topic_type <> " . POST_GLOBAL . ") AND topic_last_post_time >= $min_post_time)
Код: Выделить всё
AND (((t.topic_type <> " . POST_GLOBAL . ") AND t.topic_last_post_time >= $min_post_time)
PPK