From 248272156144098b33cb19bf8b290dc589dd3d01 Mon Sep 17 00:00:00 2001 From: pherum83 Date: Mon, 5 Sep 2011 11:52:11 +0000 Subject: [PATCH] r288 git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@288 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/includes/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/config.php b/upload/config.php index 88e194ed7..439aaa9f3 100644 --- a/upload/config.php +++ b/upload/config.php @@ -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 diff --git a/upload/includes/functions.php b/upload/includes/functions.php index 69ee8bbca..97f87770c 100644 --- a/upload/includes/functions.php +++ b/upload/includes/functions.php @@ -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 = '';