X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=1ecde451344afe4d7d675aed8e8492135b67667f;hb=2eb01731e9a7a21c1b44ca5881a1444a801f5e5a;hp=680c9c20abe2aeb7c8f597c0a42c82863e7ae0c3;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 680c9c20ab..1ecde45134 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -440,7 +440,7 @@ function isNicknameUsed ($userid) { $isUsed = $GLOBALS['is_nickname_used'][$userid]; } else { // Determine it - $isUsed = ((isExtensionActive('nickname')) && (('' . round($userid) . '') != $userid)); + $isUsed = (('' . round($userid) . '') != $userid); // And write it to the cache $GLOBALS['is_nickname_used'][$userid] = $isUsed; @@ -558,14 +558,11 @@ function isModuleSet ($strict = false) { // Should we abort here? if (($strict === true) && ($isset === false)) { // Output backtrace - print 'Module not set!
';
-		debug_print_backtrace();
-		die('