Some fixes for isBooleanConstantAndTrue()
[mailer.git] / inc / reset / reset_engine.php
index f385dd0e20bec0392fcf0094ceffdd412326b898..9688395dace4620298c600817497dfebf4516aab 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if (($CSS == 1) || (!isBooleanConstantAndTrue('__DAILY_RESET'))) return;
+if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
 
 //
 ?>