diff --git a/include/constant.php b/include/constant.php
index e5e86f2f5..92e123dbe 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="✖";
$g_succeed="✓";
+define ('SMALLX','ⵝ');
+
/* 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