noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/03: changes before release : upgrade db


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: changes before release : upgrade db
Date: Tue, 30 Jun 2015 21:36:19 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit ded08f571db9202283ec0e84ce065fb7855c32d2
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 30 23:31:34 2015 +0200

    changes before release : upgrade db
---
 include/constant.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/include/constant.php b/include/constant.php
index e5e86f2..92e123d 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -63,6 +63,8 @@ global $g_captcha,$g_failed,$g_succeed;
 $g_captcha=false;
 $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
+define ('SMALLX','&#x2D5D;');
+
 /* uncomment for development */
 
  define ('SVNINFO',6800);
@@ -83,11 +85,10 @@ define 
("SITE_UPDATE",'http://www.noalyss.eu/last_version.txt');
 define ("SITE_UPDATE_PLUGIN",'http://www.noalyss.eu/plugin_last_version.txt');
 
 
-define ("DBVERSION",117);
+define ("DBVERSION",118);
 define ("MONO_DATABASE",25);
-define ("DBVERSIONREPO",15);
+define ("DBVERSIONREPO",16);
 define ('NOTFOUND','--not found--');
-
 define ("MAX_COMPTE",4);
 define ('MAX_ARTICLE',5);
 define ('MAX_ARTICLE_STOCK',20);
@@ -101,6 +102,7 @@ define ('COMPTA_MIN_YEAR',1900);
 define ('MAX_RECONCILE',25);
 define ('MAX_QCODE',4);
 define ('MAX_SEARCH_CARD',20);
+define ('MAX_FOLDER_TO_SHOW',20);
 
 if ( DEBUG ) {
        error_reporting(2147483647);
@@ -246,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]