поскольку:
functions_posting.php
Код: Выделить всё
function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $update_message = true)
..................................................................................................................................
if ($post_mode == 'post')
{
$sql_data[TOPICS_TABLE]['sql'] = array(
'topic_first_post_id' => $data['post_id'],
'topic_last_post_id' => $data['post_id'],
>>>>>>>>>>> 'topic_last_post_time' => $current_time, <<<<<<<<<<<<<<<
'topic_last_poster_id' => (int) $user->data['user_id'],
'topic_last_poster_name' => (!$user->data['is_registered'] && $username) ? $username : (($user->data['user_id'] != ANONYMOUS) ? $user->data['username'] : ''),
'topic_last_poster_colour' => $user->data['user_colour'],
'topic_last_post_subject' => (string) $subject,
);
}
..................................................................................................................................
может есть какие-нибудь соображения?