More code parts could take advantage of previously improved fixEmptyContentToDashes():
[mailer.git] / inc / libs / bonus_functions.php
index 7bbf24eee983e811db0bffb3a7823024e3065260..fe9d30de02272a2a14ea232f3875f5d08478cc20 100644 (file)
@@ -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