Код: Выделить всё
t.topic_time,
t.topic_title,
Код: Выделить всё
t.topic_time,
t.topic_title,
t.topic_type,
Код: Выделить всё
".($ppkbb_portal_torrents_posttime[1] ? 'tr.added' : 't.topic_time')." DESC LIMIT $start, $number_of_posts";
Код: Выделить всё
t.topic_type desc, ".($ppkbb_portal_torrents_posttime[1] ? 'tr.added' : 't.topic_time')." DESC LIMIT $start, $number_of_posts";
serrrios
Код: Выделить всё
t.topic_time,
t.topic_title,
Код: Выделить всё
t.topic_time,
t.topic_title,
t.topic_type,
Код: Выделить всё
".($ppkbb_portal_torrents_posttime[1] ? 'tr.id' : 't.topic_id')." DESC LIMIT {$start}, {$number_of_posts}";
Код: Выделить всё
t.topic_type desc, ".($ppkbb_portal_torrents_posttime[1] ? 'tr.id' : 't.topic_id')." DESC LIMIT {$start}, {$number_of_posts}";
bizZz0n
vulkan3