From 2b7645d1ced9b276769703a105379618fcba3d6c Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 14:58:53 +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 e5a2e69..bc56d60 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -514,7 +514,7 @@ class Pman_Roo extends Pman if(!is_array($cols)) { $cols = explode(',', $cols); } - print_R($cols);exit; + if ($titles !== false) { foreach($cols as $i=>$col) { $se_config['cols'][] = array( -- 2.39.2