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

index bc56d60..037f25c 100644 (file)
@@ -508,13 +508,6 @@ class Pman_Roo extends Pman
                 $cols= array_keys($x);
             }
             
-            if(!is_array($titles)) {
-                $titles = explode(',', $titles);
-            }
-            if(!is_array($cols)) {
-                $cols = explode(',', $cols);
-            }
-            
             if ($titles !== false) {
                 foreach($cols as $i=>$col) {
                     $se_config['cols'][] = array(