From 6a60439cf8cefc9e13cc2ab25639dcd969150cc0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 30 Nov 2010 23:05:02 +0000 Subject: [PATCH] variable for captcha --- include/constant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constant.php b/include/constant.php index c83e62317..0ea0435ea 100644 --- a/include/constant.php +++ b/include/constant.php @@ -27,7 +27,7 @@ require_once ('config.inc.php'); require_once('constant.security.php'); // SVNVERSION global $version_phpcompta; - $version_phpcompta=9000; +$version_phpcompta=9000; error_reporting (15); global $g_captcha; @@ -40,7 +40,7 @@ $version_phpcompta=SVNINFO; */ define ("DBVERSION",92); -define ("DBVERSIONREPO",12); +define ("DBVERSIONREPO",13); define ('NOTFOUND','--not found--'); define ("MAX_COMPTE",4);