phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] infolog/inc class.boinfolog.inc.php,1.41


From: ceb
Subject: [Phpgroupware-cvs] infolog/inc class.boinfolog.inc.php,1.41
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.40 
infolog/inc/class.boinfolog.inc.php:1.41
--- infolog/inc/class.boinfolog.inc.php:1.40    Fri Jan  7 02:29:59 2005
+++ infolog/inc/class.boinfolog.inc.php Fri Jan  7 02:49:38 2005
@@ -386,7 +386,7 @@

                        /*if (empty($to) || $to[0] == '@' || $to[0] == '$')     
// we have no valid email-address
                        {
-                               //echo "<p>infolog::send_notification: Empty 
email adress for user '".$emp_events[$k]['emp_name']."' ==> ignored !!!</p>\n";
+                               //echo "<p>infolog::send_notification: Empty 
email adress for user '".$recipient."' ==> ignored !!!</p>\n";
                                continue;
                        }*/
                        echo 'Email being sent to ' . $to;
@@ -398,7 +398,7 @@

                        if (!$returncode)       // not nice, but better than 
failing silently
                        {
-                               echo '<p><b>boinfolog::send_notification</b>: 
'.lang("Failed sending message to '%1' #%2 subject='%3', sender='%4' 
!!!",$to,$sender,htmlspecialchars($subject), $sender)."<br>\n";
+                               echo '<p><b>boinfolog::send_notification</b>: 
'.lang("Failed sending message to '%1' #%2 subject='%3', sender='%4' 
!!!",$to,$sender_email,htmlspecialchars($subject),$sender_email)."<br>\n";
                                echo 
'<i>'.$GLOBALS['phpgw']->send->err['desc']."</i><br>\n";
                                echo lang('This is mostly caused by a not or 
wrongly configured SMTP server. Notify your administrator.')."</p>\n";
                                echo '<p>'.lang('Click %1here%2 to return to 
infolog.','<a 
href="'.$GLOBALS['phpgw']->link('/infolog/').'">','</a>')."</p>\n";






reply via email to

[Prev in Thread] Current Thread [Next in Thread]