Adapt Mono Dossier

Update documentation
Remove DEBUG
This commit is contained in:
Dany De Bontridder 2015-07-02 20:32:18 +02:00
parent 1908594456
commit b6b5a84f0f
5 changed files with 9 additions and 8 deletions

View file

@ -9342,3 +9342,4 @@ ALTER TABLE ONLY user_sec_jrn
-- PostgreSQL database dump complete
--
commit;

View file

@ -8973,4 +8973,4 @@ ALTER TABLE ONLY user_sec_jrn
--
-- PostgreSQL database dump complete
--
commit;

Binary file not shown.

Binary file not shown.

View file

@ -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" );
?>
?>