This commit is contained in:
Michael RICOIS 2013-01-29 16:18:02 +00:00
parent fd812275c0
commit 32d98f192b

View File

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