From 09c3f7f32dbfd8d850f350772334d798d639482b Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sat, 8 Jan 2000 22:17:04 +0000 Subject: [PATCH] added debugging git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@150 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compose.php b/src/compose.php index e974abfb..fffe6769 100644 --- a/src/compose.php +++ b/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
CC: $send_to_cc
"; if ($send_to_cc != "") { $send_to_cc = ereg_replace(";", ",", $send_to_cc); $sendcc = explode(",", $send_to_cc); -- 2.25.1