From b92ce07b871f48378c4e5cac1cf6172b3bc820ef Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 15:03:12 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index bc56d60..037f25c 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -508,13 +508,6 @@ class Pman_Roo extends Pman $cols= array_keys($x); } - if(!is_array($titles)) { - $titles = explode(',', $titles); - } - if(!is_array($cols)) { - $cols = explode(',', $cols); - } - if ($titles !== false) { foreach($cols as $i=>$col) { $se_config['cols'][] = array( -- 2.39.2