Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 04:52:26 +0000 (12:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 04:52:26 +0000 (12:52 +0800)
Pman/Roo.php

index 9a334c1..1402241 100644 (file)
@@ -212,7 +212,7 @@ class Pman_Roo extends Pman
         if (!empty($_REQUEST['csvCols']) && !empty($_REQUEST['csvTitles']) ) {
             header('Content-type: text/csv');
             
-            header('Content-Disposition: attachment; filename="documentlist-export-'.date('Y-m-d') . '.csv"');
+            header('Content-Disposition: attachment; filename="list-export-'.date('Y-m-d') . '.csv"');
             //header('Content-type: text/plain');
             $fh = fopen('php://output', 'w');
             fputcsv($fh, $_REQUEST['csvTitles']);