Index: class.bocompose.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/email/inc/class.bocompose.inc.php,v retrieving revision 1.1.2.3 diff -c -r1.1.2.3 class.bocompose.inc.php *** class.bocompose.inc.php 20 Nov 2002 23:03:24 -0000 1.1.2.3 --- class.bocompose.inc.php 21 Nov 2002 19:35:03 -0000 *************** *** 494,500 **** //Check to see if they want us to quote the forwarded message's body and inlude it //in the mail we are going to compose $fwd_as_inline_pref=$GLOBALS['phpgw']->msg->get_pref_value('fwd_inline_text'); - print "
$fwd_as_inline_pref
"; if($fwd_as_inline_pref) { $body=$this->quote_inline_message($body."\r\n",$msgball); --- 494,499 ----