Fix bug with date in ANC_LIST

This commit is contained in:
Dany De Bontridder 2011-05-16 16:57:33 +00:00
parent 87f0122a3f
commit f65c24569e
5 changed files with 290 additions and 30 deletions

View file

@ -25,7 +25,7 @@
*/
header('Pragma: public');
header('Content-type: application/csv');
header('Content-type: application/csv');
header('Content-Disposition: attachment;filename="anc-table-export.csv"',FALSE);
require_once('class_anc_table.php');