This commit is contained in:
Dany De Bontridder 2010-08-07 16:06:46 +00:00
parent 304e31a04d
commit 03dfa0cb9e
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -184,7 +184,7 @@ if ( strlen(domaine) > 0 ) {
echo '
<span style="background-color:#879ed4;color:white;padding-left:4px;padding-right:4px;">
version 5.2.version de developpement - '.$my_domain.'
version 5.2.SVNINFO - '.$my_domain.'
</span>
<BR>
<BR>

View file

@ -30,7 +30,7 @@ global $version_phpcompta;
$version_phpcompta=9000;
/* set to none for production */
error_reporting (E_ALL|E_STRICT);
//$version_phpcompta=SVNVERSION;
//$version_phpcompta=SVNINFO;
define ("DBVERSION",88);
define ("DBVERSIONREPO",12);