fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7549] property: mail notification on read


From: Sigurd Nes
Subject: [Fmsystem-commits] [7549] property: mail notification on read
Date: Fri, 02 Sep 2011 08:59:18 +0000

Revision: 7549
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7549
Author:   sigurdne
Date:     2011-09-02 08:59:18 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
property: mail notification on read

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

Modified: trunk/property/inc/class.uiwo_hour.inc.php
===================================================================
--- trunk/property/inc/class.uiwo_hour.inc.php  2011-09-01 13:07:37 UTC (rev 
7548)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2011-09-02 08:59:18 UTC (rev 
7549)
@@ -1544,7 +1544,7 @@
                                        {
                                                $GLOBALS['phpgw']->send = 
CreateObject('phpgwapi.send');
                                        }
-                                       $rcpt = 
$GLOBALS['phpgw']->send->msg('email', $to_email, $subject, $body, '', $cc, 
$bcc, $from_email, $from_name, 'html', '', $attachments);
+                                       $rcpt = 
$GLOBALS['phpgw']->send->msg('email', $to_email, $subject, $body, '', $cc, 
$bcc, $from_email, $from_name, 'html', '', $attachments, true);
                                }
                                else
                                {




reply via email to

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