added debugging
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 8 Jan 2000 22:17:04 +0000 (22:17 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 8 Jan 2000 22:17:04 +0000 (22:17 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@150 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index e974abfb88bdb7d830c26afe2ed66047d516aa8c..fffe6769bd8bdbc966432db792b8b2ce612a1280 100644 (file)
@@ -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);