Browse Source

complément

svn/attic/spip-bonux-3/118152
maieul@maieul.net 6 years ago
parent
commit
d187dfae9b
  1. 2
      inc/exporter_csv.php

2
inc/exporter_csv.php

@ -88,8 +88,8 @@ function inc_exporter_csv_dist($titre, $resource, $delim = ',', $entetes = null,
$length += fwrite($fp, $output);
}
fclose($fp);
if ($envoyer) {
ob_start()
Header("Content-Type: text/comma-separated-values; charset=$charset");
Header("Content-Disposition: attachment; filename=$filename");
//non supporte

Loading…
Cancel
Save