X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions.php;h=9d2c0a44184b7fb6932aca4acb3dfab530ec9497;hp=18adcb0a2eaefa01c18601dfda55ea9e777f4224;hb=4913351e083ec29bfd7d98710e6a9da6c92bd648;hpb=b1672dc1cd8c423637e3803c151862331c41bd66 diff --git a/inc/extensions.php b/inc/extensions.php index 18adcb0a2e..9d2c0a4418 100644 --- a/inc/extensions.php +++ b/inc/extensions.php @@ -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");