mirror of
https://github.com/limosek/zaf-plugins.git
synced 2025-11-01 18:17:37 +01:00
Added doc for csv
This commit is contained in:
@@ -18,7 +18,7 @@ if ($head) {
|
||||
} else {
|
||||
$header=Array();
|
||||
$i=0;
|
||||
foreach ($range as $c) {
|
||||
foreach ($range as $r) {
|
||||
$header[$i]=sprintf("FIELD%d",$i);
|
||||
$i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user