2
0
forked from Wavyzz/dolibarr

Debug reporting

This commit is contained in:
Laurent Destailleur
2010-02-02 23:23:20 +00:00
parent d82fff31d4
commit c19fe2dfa0
11 changed files with 779 additions and 789 deletions

View File

@@ -154,7 +154,7 @@ function dol_get_last_day($year,$month=12)
}
// On se deplace au debut du mois suivant, et on retire un jour
$datelim=dol_mktime(0,0,0,$month,1,$year,1);
$datelim=dol_mktime(23,59,59,$month,1,$year,1);
$datelim -= (3600 * 24);
return $datelim;