phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.71.2.34


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.71.2.34,1.71.2.35
Date: Fri, 30 May 2003 11:52:49 -0400

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv25731

Modified Files:
      Tag: Version-0_9_14-branch
        class.bocalendar.inc.php 
Log Message:
fix for bug #3427: no email-notifications
added an error-message if sending the notification mail fails


Index: class.bocalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.bocalendar.inc.php,v
retrieving revision 1.71.2.34
retrieving revision 1.71.2.35
diff -C2 -r1.71.2.34 -r1.71.2.35
*** class.bocalendar.inc.php    8 Apr 2003 21:23:54 -0000       1.71.2.34
--- class.bocalendar.inc.php    30 May 2003 15:52:47 -0000      1.71.2.35
***************
*** 2267,2270 ****
--- 2267,2276 ----
                                        }
                                        $returncode = 
$send->msg('email',$to,$subject,$body,$msgtype,'','','',$sender);
+                                       
+                                       if (!$returncode)       // not nice, 
but better than failing silently
+                                       {
+                                               echo 
"<p>bocalendar::send_update: sending message to '$to' #$userid 
subject='$subject', sender='$sender' failed !!!<br>\n"; 
+                                               echo 
$send->err['desc']."</p>\n";
+                                       }
                                }
                        }





reply via email to

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