Correction affichage des logs

This commit is contained in:
Michael RICOIS 2013-10-09 09:44:29 +00:00
parent f33cc7cce1
commit 6e862de3d6

View File

@ -136,7 +136,7 @@ if ($stock) {
} else {
$lastInsert=$ret[0]['lastInsert'];
}
echo date('Y/m/d -i H:i:s') ." - Derniere MAJ des postes des bilans : $lastInsert".EOL;
echo date('Y/m/d - H:i:s') ." - Derniere MAJ des postes des bilans : $lastInsert".EOL;
//Date Intervalle
if ( $lastInsert && intval($nbMois)>0 ) {
@ -144,7 +144,7 @@ if ($stock) {
$date = new Zend_Date($lastInsert, 'yyyyMMdd');
$date->add($nbMois, Zend_Date::MONTH);
$toInsert = $date->toString('yyyy-MM-dd');
echo date('Y/m/d -i H:i:s') ." - jusqu'à : $toInsert".EOL;
echo date('Y/m/d - H:i:s') ." - jusqu'à : $toInsert".EOL;
}
if ( $toInsert === null ) {