From: Edward Date: Mon, 7 Jan 2019 06:06:46 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=b8df09e22337dd2e5e45ab1cd4a593118ac872bc Pman/Roo.php --- 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); }