From a86d2931776e4717d2c1685b4b027b6f1290ffb7 Mon Sep 17 00:00:00 2001 From: glix08 Date: Fri, 7 Sep 2012 12:47:14 +0000 Subject: [PATCH] r456 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit А что делать... Фикс года. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@456 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/ajax/change_tor_status.php | 3 +-- upload/config.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/upload/ajax/change_tor_status.php b/upload/ajax/change_tor_status.php index 96e290a6f..c0efc350d 100644 --- a/upload/ajax/change_tor_status.php +++ b/upload/ajax/change_tor_status.php @@ -6,13 +6,12 @@ global $userdata, $bb_cfg, $lang; if (!isset($this->request['attach_id'])) $this->ajax_die($lang['EMPTY_ATTACH_ID']); -$attach_id = (int) $this->request['attach_id']; +$attach_id = (int) $this->request['attach_id']; $mode = (string) $this->request['mode']; if($bb_cfg['tor_comment']) { $comment = (string) $this->request['comment']; - // $topic_title = $this->request['title']; } $tor = DB()->fetch_row(" diff --git a/upload/config.php b/upload/config.php index 9edf43544..72a566fb8 100644 --- a/upload/config.php +++ b/upload/config.php @@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do // Increase number of revision after update $bb_cfg['tp_version'] = '2.5 Beta'; -$bb_cfg['tp_release_state'] = 'R453'; -$bb_cfg['tp_release_date'] = '04-09-2012'; +$bb_cfg['tp_release_state'] = 'R456'; +$bb_cfg['tp_release_date'] = '07-09-2012'; // Database $charset = 'utf8';