пропустил переменную git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@409 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2012-05-02 20:14:59 +00:00
commit e1d43b2303
2 changed files with 2 additions and 2 deletions

View file

@ -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']);

View file

@ -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