Correction affichage des logs
This commit is contained in:
parent
f33cc7cce1
commit
6e862de3d6
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user