From 4f28649b78326f67c08ee60f45e66eb3bc4012c1 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 15:04:50 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 162bc63..c9f4740 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -511,7 +511,6 @@ class Pman_Roo extends Pman //echo "
"; print_r(array($_REQUEST['csvCols'], $x->toArray())); exit;
             $line = array();
             
-            
             if ($titles !== false) {
                 foreach($cols as $i=>$col) {
                     $se_config['cols'][] = array(
-- 
2.39.2