Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
[mailer.git] / inc / reset / reset_bonus.php
index 03fabd84c89e52eca0433c6d216b7c079fb85308..2d2cb237bd6a477f1540cf1e8fb1ff6f730dfee8 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 />");
 
 // Purge expired entries in _bonus_turbo
 BONUS_PURGE_EXPIRED_TURBO_BONUS();