This commit is contained in:
Michael RICOIS 2013-01-29 15:15:47 +00:00
parent e52e3814d8
commit 26050119b1

View File

@ -451,6 +451,8 @@ foreach($tabExtract as $key)
${'tab'.ucfirst($key)} = $stmt->fetchAll();
}
print_r(${'tab'.ucfirst($key)});
if( array_key_exists('sql', $select['cle'][$key]) && $select['cle'][$key]['sql']!='' ) {
$strKey = $select['cle'][$key]['sql'];
}