fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11700] Custom action for catch_3_1


From: Sigurd Nes
Subject: [Fmsystem-commits] [11700] Custom action for catch_3_1
Date: Sat, 15 Feb 2014 14:54:01 +0000

Revision: 11700
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11700
Author:   sigurdne
Date:     2014-02-15 14:54:00 +0000 (Sat, 15 Feb 2014)
Log Message:
-----------
Custom action for catch_3_1

Modified Paths:
--------------
    trunk/catch/inc/custom/default/notify_by_email_3_1.php

Modified: trunk/catch/inc/custom/default/notify_by_email_3_1.php
===================================================================
--- trunk/catch/inc/custom/default/notify_by_email_3_1.php      2014-02-15 
14:51:21 UTC (rev 11699)
+++ trunk/catch/inc/custom/default/notify_by_email_3_1.php      2014-02-15 
14:54:00 UTC (rev 11700)
@@ -111,7 +111,7 @@
 
                $attachments = array();
 
-               require PHPGW_SERVER_ROOT . 
"/catch/inc/custom/{$GLOBALS['phpgw_info']['user']['domain']}/pdf_3_1";
+               require_once PHPGW_SERVER_ROOT . 
"/catch/inc/custom/{$GLOBALS['phpgw_info']['user']['domain']}/pdf_3_1";
 
                $pdf = new pdf_3_1();
 
@@ -134,7 +134,7 @@
                file_put_contents($report_fname, $report, LOCK_EX);
 
                $attachments[] = array
-                       (
+               (
                        'file' => $report_fname,
                        'name' => "NLSH_melding_om_innflytting_{$id}",
                        'type' => 'application/pdf'




reply via email to

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