Bug #41 : record even operation with amount of 0

This commit is contained in:
Dany De Bontridder 2008-03-06 10:58:41 +00:00
parent a1e6c2772f
commit 64e848a73c
3 changed files with 66 additions and 10 deletions

View file

@ -166,7 +166,7 @@ echo_debug('setup.php',__LINE__,"Execute sql $sql");
*/
function apply_patch($p_cn,$p_name)
{
$MaxVersion=42;
$MaxVersion=44;
echo '<ul>';
for ( $i = 4;$i <= $MaxVersion;$i++)
{