From 0535167230217de9bd8aed267d41249d4d8808fa Mon Sep 17 00:00:00 2001 From: hecht Date: Wed, 21 Sep 2011 18:47:34 +0000 Subject: [PATCH] the clan tags now is assigned a different color than the user --- ag/include/designfunctions.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ag/include/designfunctions.inc.php b/ag/include/designfunctions.inc.php index 7168fdf..91e456f 100644 --- a/ag/include/designfunctions.inc.php +++ b/ag/include/designfunctions.inc.php @@ -52,10 +52,10 @@ function generateUserNameByID($userid, $showClanTags = TRUE){ $nickname = $user_info['nickname']; if($user_info['clanz_pre'] !== NULL && $user_info['clanz_pre'] != '' && $showClanTags) { - $nickname = $user_info['clanz_pre'] . ' ' . $nickname; + $nickname = ''.$user_info['clanz_pre'] . ' ' . $nickname; } if($user_info['clanz_suff'] !== NULL && $user_info['clanz_suff'] != '' && $showClanTags) { - $nickname = $nickname . ' ' . $user_info['clanz_suff']; + $nickname = $nickname . ' ' . $user_info['clanz_suff'] . ''; } if($color == ''){ @@ -164,4 +164,4 @@ function displayCount($value){ return number_format($value,0,'','.'); } -?> \ No newline at end of file +?>