git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@288 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-09-05 11:52:11 +00:00
commit 2482721561
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.1 Stable';
$bb_cfg['tp_release_state'] = 'R287';
$bb_cfg['tp_release_state'] = 'R288';
$bb_cfg['tp_release_date'] = '05-09-2011';
// Database

View file

@ -2829,7 +2829,7 @@ function profile_url($data)
if(isset($ranks[$user_rank]))
{ $title = $ranks[$user_rank]['rank_title']; $style = $ranks[$user_rank]['rank_style'];
}
if(empty($title)) $title = '';
if(empty($title)) $title = 'User';
if(empty($style)) $style = 'colorUser';
if(!$bb_cfg['color_nick']) $style = '';