Pman/Roo.php
authorEdward <edward@roojs.com>
Mon, 7 Jan 2019 06:06:46 +0000 (14:06 +0800)
committerEdward <edward@roojs.com>
Mon, 7 Jan 2019 06:06:46 +0000 (14:06 +0800)
Pman/Roo.php

index bc56d60..ec45392 100644 (file)
@@ -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);
             }