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

index ec45392..bc56d60 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);
             }