Menu moved to extension, index_delay should not have UNSIGNED
[mailer.git] / inc / wrapper-functions.php
index 0f89445a06222c3fcb2a83b573f2a24574efe6f9..c7711857d65a7010d4f249c7e64b5e3320931989 100644 (file)
@@ -566,7 +566,7 @@ function isModuleSet ($abortOnMiss =  false) {
        // Should we abort here?
        if (($abortOnMiss === true) && ($isset === false)) {
                // Output backtrace
-               print '<pre>';
+               print 'Module not set!<pre>';
                debug_print_backtrace();
                die('</pre');
                debug_report_bug('module is empty.');