From acf147dea5c9c6463d4aaaafeb0884cce0728dce Mon Sep 17 00:00:00 2001 From: pherum83 Date: Wed, 27 Jul 2011 23:02:19 +0000 Subject: [PATCH] r173 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit фикс предпросмотра в первом посте git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@173 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/ajax/posts.php | 4 ++-- upload/config.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/ajax/posts.php b/upload/ajax/posts.php index 36eb5cff2..741d4ff8c 100644 --- a/upload/ajax/posts.php +++ b/upload/ajax/posts.php @@ -172,7 +172,7 @@ switch($this->request['type']) $hidden_form = ''; $hidden_form .= ''; - $hidden_form .= ''; + $submit = $this->response['redirect'] = make_url('posting.php?mode=editpost&p='. $post_id); $this->response['text'] = '
@@ -193,7 +193,7 @@ switch($this->request['type'])
- +

diff --git a/upload/config.php b/upload/config.php index 3fbd7df09..c44efbbab 100644 --- a/upload/config.php +++ b/upload/config.php @@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1; // Increase number of revision after update $bb_cfg['tp_version'] = '2.0.2'; -$bb_cfg['tp_release_state'] = 'TP II r172'; +$bb_cfg['tp_release_state'] = 'TP II r173'; $bb_cfg['tp_release_date'] = '28-07-2011'; $bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger