From dcab53bf379a6e7a0224b255dfab06512cb694dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 29 Oct 2009 00:33:03 +0000 Subject: [PATCH] Nickname or userid, but not both... --- inc/libs/bonus_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/libs/bonus_functions.php b/inc/libs/bonus_functions.php index c348118bbf..68543dc05a 100644 --- a/inc/libs/bonus_functions.php +++ b/inc/libs/bonus_functions.php @@ -176,7 +176,7 @@ LIMIT 1", $nick = getNickname($rows['userid']); // Is it not empty? Then use it - if (!empty($nick)) $rows['userid'] = $nick . '(' . $rows['userid'] . ')'; + if (!empty($nick)) $rows['userid'] = $nick; } // END - if // Translate comma -- 2.30.2