From fac41f94c6d627ccfdfb14bd13a1272bd6e18858 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 24 Oct 2013 19:23:38 +0000 Subject: [PATCH] small change --- 1.2/scripts/calculScoreSurv.php | 6 +++--- 1.2/scripts/majBilansPostes.php | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/1.2/scripts/calculScoreSurv.php b/1.2/scripts/calculScoreSurv.php index 95c78b3b..68fe1ed3 100644 --- a/1.2/scripts/calculScoreSurv.php +++ b/1.2/scripts/calculScoreSurv.php @@ -193,7 +193,7 @@ foreach ($tabQueries as $declencheur=>$query) } catch(Zend_Db_Adapter_Exception $e) { echo $e->getMessage() . PHP_EOL; //If the table exist an other scripts is running - $message.= "Lancement du calcul des scores ignoré $declencheur, vérifier qu'il y a bien eu un calcul récement!".PHP_EOL; + $message.= "Lancement du calcul des scores ignoré $declencheur, vérifier qu'il y a bien eu un calcul récemment!".PHP_EOL; continue; } @@ -257,8 +257,8 @@ foreach ($tabQueries as $declencheur=>$query) //Arrêt de l'execution entre 4h30 ou 7h00 if ( date('Hi')*1>=430 && date('Hi')*1<=700 && !$opts->verbose ) break; - //Arrêt de l'execution à 18h30 - if ( date('Hi')*1>=1830 && !$opts->verbose ) break; + //Arrêt de l'execution à 18h30 pour le déclencheur tout + if ( date('Hi')*1>=1830 && $opts->tout ) break; // Arret sur indicateur maximum if ( $opts->max && $iRow >= $opts->max) break; diff --git a/1.2/scripts/majBilansPostes.php b/1.2/scripts/majBilansPostes.php index d586f216..ec5443b2 100644 --- a/1.2/scripts/majBilansPostes.php +++ b/1.2/scripts/majBilansPostes.php @@ -148,7 +148,6 @@ if ($stock) { $toInsert = $date->toString('yyyy-MM-dd'); echo date('Y/m/d - H:i:s') ." - jusqu'au $toInsert".EOL; } - exit; if ( $toInsert === null ) { $nbRows=$iDb->select('bilans','DISTINCT siren',"dateInsert>='$lastInsert' $strSirenReprise ORDER BY siren ASC", false, MYSQL_ASSOC, true); } else {