Sorry -- forgot to remove debugging stuff.
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Jun 2001 15:36:25 +0000 (15:36 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Jun 2001 15:36:25 +0000 (15:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1435 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 0863ca9761cd46d8c143064c347044e5c9f055e1..06c676fb59532f55ac96390aa659fb1a064aa34f 100644 (file)
         }
         $body = $newBody;
         
-        var_dump($body);
-        
          do_hook("compose_send");
 
          if (! sendMessage($send_to, $send_to_cc, $send_to_bcc, $subject, $body, $reply_id)) {