This commit is contained in:
Michael RICOIS 2013-01-29 15:54:53 +00:00
parent e797f4e79a
commit 5511a535f4

View File

@ -476,6 +476,8 @@ foreach($tabExtract as $key)
if ( $element == 'data' && in_array($key, $select) )
{
${$key.'Data'} = $values;
echo $key.'Data';
var_dump($values);
}
}