noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 93/151: Export PDF : check files properly


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 93/151: Export PDF : check files properly
Date: Sat, 4 Feb 2017 17:14:30 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit cfc1e7de81a4f1a465a770562f9d1fe23f0b52d3
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 5 22:02:46 2016 +0100

    Export PDF : check files properly
---
 include/class/class_document_export.php |    2 --
 1 file changed, 2 deletions(-)

diff --git a/include/class/class_document_export.php 
b/include/class/class_document_export.php
index c7e198a..57fbabc 100644
--- a/include/class/class_document_export.php
+++ b/include/class/class_document_export.php
@@ -211,7 +211,6 @@ class Document_Export
                     '/stamp.pdf output ' . $output;
 
             passthru($stmt, $status);
-            echo $stmt;
             if ($status <> 0)
             {
 
@@ -234,7 +233,6 @@ class Document_Export
                     ' output ' . $output2;
 
             passthru($stmt, $status);
-            echo $stmt;
             if ($status <> 0)
             {
 



reply via email to

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