Fix bug with date in ANC_LIST
This commit is contained in:
parent
87f0122a3f
commit
f65c24569e
5 changed files with 290 additions and 30 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue