This commit is contained in:
xdrm-brackets 2016-05-13 15:15:48 +02:00
parent b95369b946
commit 869b51f69c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,6 @@
$columns = array_unique( array_merge( $columns, $keys ) );
}
// var_dump($columns);
/* [1] On ajoute les colonnes à la sortie
@ -149,6 +148,7 @@
/* [3] On construit le fichier du dictionnaire
=========================================================*/
$output['dict'] .= "\"sheet\",\"field\",\"key\",\"value\"\r\n";
foreach($dict as $ds=>$dataset)
foreach($dataset as $f=>$field)
foreach($field as $key=>$value)