noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 07/08: PDF : set creator


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/08: PDF : set creator
Date: Sat, 14 Sep 2019 17:47:20 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e6c6a121af4047850097106fcb299b66f56316db
Author: Dany De Bontridder <address@hidden>
Date:   Sat Sep 14 23:38:31 2019 +0200

    PDF : set creator
---
 include/class/pdf.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/pdf.class.php b/include/class/pdf.class.php
index f091ef3..bc13ffd 100644
--- a/include/class/pdf.class.php
+++ b/include/class/pdf.class.php
@@ -43,6 +43,7 @@ class PDF extends  PDF_Core
         $this->date = date('d.m.Y');
         parent::__construct($orientation,$unit,$format);
         date_default_timezone_set ('Europe/Paris');
+        $this->SetCreator("Noalyss");
     }
     function setDossierInfo($dossier = "n/a")
     {



reply via email to

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