mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -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
|
@ -6,13 +6,12 @@ global $userdata, $bb_cfg, $lang;
|
||||||
|
|
||||||
if (!isset($this->request['attach_id'])) $this->ajax_die($lang['EMPTY_ATTACH_ID']);
|
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'];
|
$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("
|
||||||
|
|
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue