Correction oubli require_once
This commit is contained in:
parent
e7b3cbb56f
commit
68b1e7eb15
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user