mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r409
пропустил переменную git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@409 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
50a630c0c6
commit
e1d43b2303
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ switch($mode)
|
|||
{
|
||||
$subject = sprintf($lang['TOR_MOD_TITLE'], $topic_title);
|
||||
$message = sprintf($lang['TOR_MOD_MSG'], get_username($tor['poster_id']), make_url(TOPIC_URL . $tor['topic_id']), $bb_cfg['tor_icons'][$new_status] .' '.$lang['TOR_STATUS_NAME'][$new_status]);
|
||||
if($comment != $lang['COMMENT']) $message .= "\n\n[b]". $lang['COMMENT'] .'[/b]: '. $comment;
|
||||
if($comment && $comment != $lang['COMMENT']) $message .= "\n\n[b]". $lang['COMMENT'] .'[/b]: '. $comment;
|
||||
|
||||
send_pm($tor['poster_id'], $subject, $message, $userdata['user_id']);
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R408';
|
||||
$bb_cfg['tp_release_state'] = 'R409';
|
||||
$bb_cfg['tp_release_date'] = '02-05-2012';
|
||||
|
||||
// Database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue