noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Adapt Mono Dossier Update documentatio


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Adapt Mono Dossier Update documentation Remove DEBUG
Date: Thu, 02 Jul 2015 18:37:01 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit b6b5a84f0f01b6d6ea9c638cea30d73fa571d733
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jul 2 20:32:18 2015 +0200

    Adapt Mono Dossier
    Update documentation
    Remove DEBUG
---
 contrib/mono-dossier/mono-belge.sql  |    1 +
 contrib/mono-dossier/mono-france.sql |    2 +-
 doc/manuel-fr.odt                    |  Bin 105951 -> 105989 bytes
 doc/manuel-fr.pdf                    |  Bin 469014 -> 474193 bytes
 include/constant.php                 |   14 +++++++-------
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/contrib/mono-dossier/mono-belge.sql 
b/contrib/mono-dossier/mono-belge.sql
index f410746..a03d3ff 100644
--- a/contrib/mono-dossier/mono-belge.sql
+++ b/contrib/mono-dossier/mono-belge.sql
@@ -9342,3 +9342,4 @@ ALTER TABLE ONLY user_sec_jrn
 -- PostgreSQL database dump complete
 --
 
+commit;
diff --git a/contrib/mono-dossier/mono-france.sql 
b/contrib/mono-dossier/mono-france.sql
index b9d440d..a359f64 100644
--- a/contrib/mono-dossier/mono-france.sql
+++ b/contrib/mono-dossier/mono-france.sql
@@ -8973,4 +8973,4 @@ ALTER TABLE ONLY user_sec_jrn
 --
 -- PostgreSQL database dump complete
 --
-
+commit;
diff --git a/doc/manuel-fr.odt b/doc/manuel-fr.odt
index 05673e1..d806ee6 100644
Binary files a/doc/manuel-fr.odt and b/doc/manuel-fr.odt differ
diff --git a/doc/manuel-fr.pdf b/doc/manuel-fr.pdf
index f3b1c8c..ded6f9e 100644
Binary files a/doc/manuel-fr.pdf and b/doc/manuel-fr.pdf differ
diff --git a/include/constant.php b/include/constant.php
index 92e123d..0c02da3 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -67,18 +67,18 @@ define ('SMALLX','&#x2D5D;');
 
 /* uncomment for development */
 
- define ('SVNINFO',6800);
-define ("DEBUG",true);
-define ("LOGINPUT",true);
+// define ('SVNINFO',6800);
+//define ("DEBUG",true);
+//define ("LOGINPUT",true);
 
 
+$version_noalyss=SVNINFO;
 
-/*define ('SVNINFO',6801);
+define ('SVNINFO',SVNINFO);
 define ("DEBUG",false);
 define ("LOGINPUT",false);
 
-*/
-$version_noalyss=SVNINFO;
+
 // If you don't want to be notified of the update
 // define ("SITE_UPDATE",'');
 define ("SITE_UPDATE",'http://www.noalyss.eu/last_version.txt');
@@ -248,4 +248,4 @@ define ("SQL_LIST_UNPAID_INVOICE_DATE_LIMIT" ,"
         where (jr_rapt is null or jr_rapt = '')
         and to_date(to_char(jr_ech,'DD.MM.YYYY'),'DD.MM.YYYY') < 
to_date(to_char(now(),'DD.MM.YYYY'),'DD.MM.YYYY')
         and jr_valid = true" );
-?>
\ No newline at end of file
+?>



reply via email to

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