From b8df09e22337dd2e5e45ab1cd4a593118ac872bc Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 14:06:46 +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 bc56d60..ec45392 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -507,7 +507,7 @@ class Pman_Roo extends Pman if ($cols== '*') { $cols= array_keys($x); } - + print_R($titles);exit; if(!is_array($titles)) { $titles = explode(',', $titles); } -- 2.39.2