fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11919] property: tweak cron log on email on event al


From: Sigurd Nes
Subject: [Fmsystem-commits] [11919] property: tweak cron log on email on event alert
Date: Thu, 24 Apr 2014 09:06:40 +0000

Revision: 11919
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11919
Author:   sigurdne
Date:     2014-04-24 09:06:40 +0000 (Thu, 24 Apr 2014)
Log Message:
-----------
property: tweak cron log on email on event alert

Modified Paths:
--------------
    trunk/property/inc/class.boevent.inc.php

Modified: trunk/property/inc/class.boevent.inc.php
===================================================================
--- trunk/property/inc/class.boevent.inc.php    2014-04-24 08:35:35 UTC (rev 
11918)
+++ trunk/property/inc/class.boevent.inc.php    2014-04-24 09:06:40 UTC (rev 
11919)
@@ -563,7 +563,10 @@
                                        'message'               => 
"{$subject}:\n{$message}"
                                );
 
-                       execMethod('sms.bosms.send_sms', $data);
+                       if(execMethod('sms.bosms.send_sms', $data))
+                       {
+                               return $number;
+                       }
                }
 
                public function send_email($data)
@@ -610,7 +613,7 @@
                                return false;
 
                        }
-
+                       return $_address;
                }
                /**
                 * Find recurring events




reply via email to

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