[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] infolog/inc class.boinfolog.inc.php,1.40
From: |
ceb |
Subject: |
[Phpgroupware-cvs] infolog/inc class.boinfolog.inc.php,1.40 |
Date: |
Thu, 24 Feb 2005 13:35:09 -0000 |
Update of infolog/inc
Modified Files:
Branch: MAIN
class.boinfolog.inc.php lines: +3 -3
Log Message:
update
====================================================
Index: infolog/inc/class.boinfolog.inc.php
diff -u infolog/inc/class.boinfolog.inc.php:1.39
infolog/inc/class.boinfolog.inc.php:1.40
--- infolog/inc/class.boinfolog.inc.php:1.39 Fri Jan 7 01:37:22 2005
+++ infolog/inc/class.boinfolog.inc.php Fri Jan 7 02:29:59 2005
@@ -393,8 +393,8 @@
$subject =
$GLOBALS['phpgw']->send->encode_subject($subject);
- $returncode =
$GLOBALS['phpgw']->send->msg('email',$to,$subject,$msg,''/*$msgtype*/,'','','',$sender);
- //echo "<p>send(to='$to',
sender='$sender'<br>subject='$subject')
returncode=$returncode<br>".nl2br($body)."</p>\n";
+ $returncode =
$GLOBALS['phpgw']->send->msg('email',$to,$subject,$msg,''/*$msgtype*/,'','','',$sender_email);
+ //echo "<p>send(to='$to',
sender='$sender_email'<br>subject='$subject')
returncode=$returncode<br>".nl2br($body)."</p>\n";
if (!$returncode) // not nice, but better than
failing silently
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] infolog/inc class.boinfolog.inc.php,1.40,
ceb <=