浏览代码

added debugging

Luke Ehresman 25 年之前
父节点
当前提交
c124c3f305
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

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