Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
[mailer.git] / inc / monthly / monthly_beg.php
index 3d5396e36c804b6ca6cd993f3edee6d1af911ad3..628986e0b910bb12c3819ca3c80b227357a300da 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 
 // Do not execute when script is in CSS mode or no daily reset
 if ((getOutputMode() == 1) || (!isResetModeEnabled()) || (getConfig('beg_rallye') != 'Y')) return;
-//* DEBUG: */ echo basename(__FILE__)."<br />\n";
+//* DEBUG: */ OUTPUT_HTML(basename(__FILE__)."<br />");
 
 // Get current month (2 digits)
 $curr = date('m', time());