Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
[mailer.git] / inc / monthly / monthly_bonus.php
index d18b95c6cd7502f437945d6d7bc4b663d7809dd7..cfd712948bff155d267d0a0da54be383c3aa4f54 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())) return;
-//* DEBUG: */ echo basename(__FILE__)."<br />\n";
+//* DEBUG: */ OUTPUT_HTML(basename(__FILE__)."<br />");
 
 // Get current month (2 digits)
 $curr = date('m', time());