0000381: Réécriture des tri pour toutes les tables

This commit is contained in:
Dany De Bontridder 2011-10-13 22:00:06 +00:00
parent ad59959b1d
commit 2cdf69b548
2 changed files with 93 additions and 2 deletions

View file

@ -35,8 +35,13 @@ $g_captcha=false;
/*set to none for production */
/* uncomment for production */
$version_phpcompta=SVNINFO;
define ("DEBUG",false);
/*
* $version_phpcompta=SVNINFO;
* define ("DEBUG",false);
*
*/
$version_phpcompta=4208;
define ("DEBUG",true);
define ("DBVERSION",97);
define ("DBVERSIONREPO",13);