diff --git a/contrib/mono-dossier/mono-belge.sql b/contrib/mono-dossier/mono-belge.sql index f41074615..a03d3ffbb 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 b9d440df4..a359f64d4 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 05673e151..d806ee669 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 f3b1c8c91..ded6f9ed6 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 92e123dbe..0c02da358 100644 --- a/include/constant.php +++ b/include/constant.php @@ -67,18 +67,18 @@ define ('SMALLX','ⵝ'); /* 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 +?>