mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r140
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@140 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
3c14408d89
commit
be3c7c8acc
2 changed files with 2 additions and 2 deletions
|
@ -286,7 +286,7 @@ switch($this->request['type'])
|
||||||
$post_id = DB()->sql_nextid();
|
$post_id = DB()->sql_nextid();
|
||||||
DB()->sql_query("INSERT INTO " . BB_POSTS_TEXT . " (post_id, post_text) VALUES ($post_id, '". DB()->escape($message) ."')");
|
DB()->sql_query("INSERT INTO " . BB_POSTS_TEXT . " (post_id, post_text) VALUES ($post_id, '". DB()->escape($message) ."')");
|
||||||
|
|
||||||
update_post_stats('', $t_data, $t_data['forum_id'], $topic_id, $post_id, $userdata['user_id']);
|
update_post_stats('reply', $t_data, $t_data['forum_id'], $topic_id, $post_id, $userdata['user_id']);
|
||||||
|
|
||||||
add_search_words($post_id, stripslashes($message), stripslashes($t_data['topic_title']));
|
add_search_words($post_id, stripslashes($message), stripslashes($t_data['topic_title']));
|
||||||
update_post_html(array(
|
update_post_html(array(
|
||||||
|
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.0.2';
|
$bb_cfg['tp_version'] = '2.0.2';
|
||||||
$bb_cfg['tp_release_state'] = 'TP II r138';
|
$bb_cfg['tp_release_state'] = 'TP II r140';
|
||||||
$bb_cfg['tp_release_date'] = '24-07-2011';
|
$bb_cfg['tp_release_date'] = '24-07-2011';
|
||||||
|
|
||||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue