Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
[mailer.git] / inc / modules / admin / what-del_email.php
index 0307be89ea1bd30c7ac321a3a772616aefa90a9d..d41efd86b8137e01de12bc765d52dbdc19f33b74 100644 (file)
@@ -105,7 +105,7 @@ LIMIT 1",
 
                        // Shall we pay the points back to the user?
                        if (getConfig('repay_deleted_mails') != 'SHRED') {
-                               //* DEBUG: */ echo $stats_id.':'.$totalPoints.'/'.$links.'/'.$price."<br />\n";
+                               //* DEBUG: */ OUTPUT_HTML($stats_id.':'.$totalPoints.'/'.$links.'/'.$price."<br />");
                                if ($totalPoints > 0) {
                                        // Shall we payback to user or jackpot?
                                        if (getConfig('repay_deleted_mails') == 'JACKPOT') {
@@ -114,7 +114,7 @@ LIMIT 1",
                                        } // END - if
 
                                        // Pay back points
-                                       //* DEBUG: */ echo "PAYBACK:".$sender."<br />\n";
+                                       //* DEBUG: */ OUTPUT_HTML("PAYBACK:".$sender."<br />");
                                        ADD_POINTS_REFSYSTEM('mail_deleted', $sender, $totalPoints, true, '0', false,'direct');
 
                                        // Output message