remove debug code
authorAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2019 03:19:30 +0000 (11:19 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2019 03:19:30 +0000 (11:19 +0800)
GnumericToExcel.php

index 9927c45..5b6e471 100644 (file)
@@ -55,7 +55,7 @@ class Pman_Core_GnumericToExcel extends Pman
         //$this->addEvent("DOWNLOAD", false, isset($_REQUEST['title']) ? $_REQUEST['title'] : '???');
         
         
-        if (1) { // if (!empty($_POST['format']) && $_POST['format']=='gnumeric') {
+         if (!empty($_POST['format']) && $_POST['format']=='gnumeric') {
             if (empty($_POST['debug'])) {
                 header('Content-type: application/x-gnumeric');
                 header('Content-Disposition: attachment; filename="' .addslashes($fname). '.gnumeric"');