GnumericToExcel.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 07:42:06 +0000 (15:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 07:42:06 +0000 (15:42 +0800)
GnumericToExcel.php

index bc26dc7..76c3ac3 100644 (file)
@@ -89,7 +89,7 @@ class Pman_Core_GnumericToExcel extends Pman
             die("ERROR CONVERTING?:" . $cmd ."\n<BR><BR> OUTPUT:". htmlspecialchars($out));
         }
        // unlink($srcTmp);
-       // $fname .= preg_match('/\.xls/i', $fname) ? '' :  '.xls'; // make sure it ends in xls..
+        $fname .= preg_match('/\.xls/i', $fname) ? '' :  '.xls'; // make sure it ends in xls..
        
         header('Content-type: application/vnd.ms-excel');
         header('Content-Disposition: attachment; filename="' .addslashes($fname). '"');