This commit is contained in:
Michael RICOIS 2013-01-29 15:13:33 +00:00
parent 2e0d38bfb3
commit e52e3814d8

View File

@ -439,7 +439,7 @@ foreach($tabExtract as $key)
//Specify supplemental head
$tabEntete[] = $key.'Lib';
echo ${'tab'.ucfirst($key)}."\n";
echo 'tab'.ucfirst($key)."\n";
//Load generic table - always return array('code', 'label')
if ( is_array($elementsup['table']) ) {