More default values rewritten, UNSIGNED added to many numerical database columns...
[mailer.git] / modules.php
index da08bc735fc55e67f139b873c7f193345796a599..325eb83108671abe9bc5440e084ddb794ad2307b 100644 (file)
@@ -148,7 +148,7 @@ if ((!empty($_CONFIG['maintenance'])) && ($_CONFIG['maintenance'] == "Y") && (!I
        ADD_FATAL(MYSQL_ERRORS);
 }
 
-if ($MOD_VALID) {
+if (($MOD_VALID) && (defined('__MODULE'))) {
        /////////////////////////////////////////////
        // Main including line DO NOT REMOVE/EDIT! //
        /////////////////////////////////////////////