From 89e6dc125f21cbe733dc50e06f645f195afbaa7f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 23 Nov 2018 10:43:48 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index e116afa..ec6e74f 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -334,7 +334,7 @@ class Pman_Roo extends Pman if (!empty($_REQUEST['csvCols']) && !empty($_REQUEST['csvTitles']) ) { - + die("here?"); $this->toCsv($ret, $_REQUEST['csvCols'], $_REQUEST['csvTitles'], empty($_REQUEST['csvFilename']) ? '' : $_REQUEST['csvFilename'] ); -- 2.39.2