Тема закрыта, через 3 дня умрет.
[open]
index.php
[find]
$tracking_forums =
[after, add]
//
// Do the topics prune
//
$sql = "SELECT topic_id FROM " . TOPICS_LIFETIME_TABLE . " WHERE topic_lifetime < " . time();
$result = $db->sql_query($sql) or message_die(GENERAL_MESSAGE, 'Error getting lifetime topics data', '', __LINE__, __FILE__, $sql);
$topics_array = array();
if ($db->sql_numrows($result))
{
while ($row = $db->sql_fetchrow($result))
{
$topics_array[] = $row['topic_id'];
}
$topics_list = implode($topics_array, ',');
recycle_topics($topics_list);
}
else
{
}
//
// End of topics prune
//Xpert писал(а):я никак не найду время на то чтобы мод доделать.

Вернуться в Бета-версии модов для phpBB 2.0.x
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0