mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r456
А что делать... Фикс года. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@456 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
f6e549033c
commit
a86d293177
2 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,6 @@ $mode = (string) $this->request['mode'];
|
|||
if($bb_cfg['tor_comment'])
|
||||
{
|
||||
$comment = (string) $this->request['comment'];
|
||||
// $topic_title = $this->request['title'];
|
||||
}
|
||||
|
||||
$tor = DB()->fetch_row("
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue