From 68b1e7eb15790310655b06b2a43bb595900f6141 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 20 Apr 2012 15:29:42 +0000 Subject: [PATCH] Correction oubli require_once --- batch/enrichissement.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/batch/enrichissement.php b/batch/enrichissement.php index f2e76250..37497626 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -355,6 +355,7 @@ $nbIdentifiant = count($tabIdentifiant); //echo "Chargement de $row lignes dont $nbIdentifiant lignes avec identifiants.\n"; $rowTotal = $nbIdentifiant; +require_once 'Scores/Enrichissement.php'; $dico = new Enrichissement(); //Liste des champs SQL @@ -502,6 +503,8 @@ foreach($tabIdentifiant as $item) $where = $select['where']; eval( "\$where = \"$where\";" ); ${$element.'SQL'} = 'SELECT '.${$element.'Fields'}.' FROM '.$select['db'].$where; + + //@todo : détecter les erreurs pour les enregistrer $stmt = $dbMetier->query(${$element.'SQL'}); $result = $stmt->fetchAll(); if (count($result)>0){