From 5f43b1b704ebf7ea42bccd13d30dd25a417bb796 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 14:58:28 +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 e42816f..e5a2e69 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($col);exit; + print_R($cols);exit; if ($titles !== false) { foreach($cols as $i=>$col) { $se_config['cols'][] = array( -- 2.39.2