А что делать... Фикс года. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@456 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
glix08 2012-09-07 12:47:14 +00:00
commit a86d293177
2 changed files with 3 additions and 4 deletions

View file

@ -12,7 +12,6 @@ $mode = (string) $this->request['mode'];
if($bb_cfg['tor_comment']) if($bb_cfg['tor_comment'])
{ {
$comment = (string) $this->request['comment']; $comment = (string) $this->request['comment'];
// $topic_title = $this->request['title'];
} }
$tor = DB()->fetch_row(" $tor = DB()->fetch_row("

View file

@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
// Increase number of revision after update // Increase number of revision after update
$bb_cfg['tp_version'] = '2.5 Beta'; $bb_cfg['tp_version'] = '2.5 Beta';
$bb_cfg['tp_release_state'] = 'R453'; $bb_cfg['tp_release_state'] = 'R456';
$bb_cfg['tp_release_date'] = '04-09-2012'; $bb_cfg['tp_release_date'] = '07-09-2012';
// Database // Database
$charset = 'utf8'; $charset = 'utf8';