]> git.mxchange.org Git - mailer.git/commitdiff
Nickname or userid, but not both...
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 00:33:03 +0000 (00:33 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 00:33:03 +0000 (00:33 +0000)
inc/libs/bonus_functions.php

index c348118bbfd3169eccee73e8fac7e9c800984bd1..68543dc05af460b7da3b2c0427de8766f5bc7ba1 100644 (file)
@@ -176,7 +176,7 @@ LIMIT 1",
                                        $nick = getNickname($rows['userid']);
 
                                        // Is it not empty? Then use it
                                        $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
                                } // END - if
 
                                // Translate comma