Quellcode durchsuchen

added debugging

Luke Ehresman vor 25 Jahren
Ursprung
Commit
c124c3f305
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

@@ -93,6 +93,7 @@
    $send_to = stripslashes($send_to);
    $send_to = stripslashes($send_to);
 
 
    /** This formats a CC string if they hit "reply all" **/
    /** This formats a CC string if they hit "reply all" **/
+   echo "TO: $send_to<BR>CC: $send_to_cc<BR>";
    if ($send_to_cc != "") {
    if ($send_to_cc != "") {
       $send_to_cc = ereg_replace(";", ",", $send_to_cc);
       $send_to_cc = ereg_replace(";", ",", $send_to_cc);
       $sendcc = explode(",", $send_to_cc);
       $sendcc = explode(",", $send_to_cc);