Debug comments rewritten
[mailer.git] / inc / extensions.php
index 18adcb0a2eaefa01c18601dfda55ea9e777f4224..9d2c0a44184b7fb6932aca4acb3dfab530ec9497 100644 (file)
@@ -391,7 +391,7 @@ function EXT_IS_ACTIVE ($ext_name) {
        }
 
        // Debug message
-       //DEBUG_LOG(__FUNCTION__, __LINE__, " ext_name={$ext_name},active={$active}");
+       //* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, " ext_name={$ext_name},active={$active}");
 
        // Is this extension activated? (For admins we always have active extensions...)
        return ($active == "Y");