fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12699] update


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [12699] update
Date: Wed, 04 Feb 2015 09:01:47 +0000

Revision: 12699
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12699
Author:   kjell
Date:     2015-02-04 09:01:46 +0000 (Wed, 04 Feb 2015)
Log Message:
-----------
update

Modified Paths:
--------------
    branches/stavangerkommune/booking/inc/class.uievent.inc.php

Modified: branches/stavangerkommune/booking/inc/class.uievent.inc.php
===================================================================
--- branches/stavangerkommune/booking/inc/class.uievent.inc.php 2015-02-03 
23:06:12 UTC (rev 12698)
+++ branches/stavangerkommune/booking/inc/class.uievent.inc.php 2015-02-04 
09:01:46 UTC (rev 12699)
@@ -482,8 +482,7 @@
                        $config = CreateObject('phpgwapi.config','booking');
                        $config->read();
                        $from = isset($config->config_data['email_sender']) && 
$config->config_data['email_sender'] ? $config->config_data['email_sender'] : 
"noreply<address@hidden'phpgw_info']['server']['hostname']}>";
-
-                       if (strlen(trim($body)) == 0) 
+                       if (strlen(trim($body)) == 0)
                        {
                                return false;
                        }
@@ -492,7 +491,7 @@
                        {
                                try
                                {
-                                       $send->msg('email', $receiver, 
$subject, $body, '', '', '', $from, '', 'plain');
+                                       $send->msg('email', $receiver, 
$subject, $body, '', '', '', $from, '', 'html');
                                }
                                catch (phpmailerException $e)
                                {




reply via email to

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