X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fbonus_functions.php;h=fe9d30de02272a2a14ea232f3875f5d08478cc20;hp=7bbf24eee983e811db0bffb3a7823024e3065260;hb=9b93cb80c13ee59fbd935b2988127cf4a1135000;hpb=ebf74041efe2bc876be37474beb3f9747fbb7407 diff --git a/inc/libs/bonus_functions.php b/inc/libs/bonus_functions.php index 7bbf24eee9..fe9d30de02 100644 --- a/inc/libs/bonus_functions.php +++ b/inc/libs/bonus_functions.php @@ -173,15 +173,6 @@ LIMIT 1", if (SQL_NUMROWS($result_users) == 1) { // Load data $rows = merge_array($rows, SQL_FETCHARRAY($result_users)); - - // Is ext-nickname active? - if (isExtensionActive('nickname')) { - // Then get the nickname - $nick = getNickname($rows['userid']); - - // Is it not empty? Then use it - if (!empty($nick)) $rows['userid'] = $nick; - } // END - if } // END - if // Free result