Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index 037f25c..362dfb7 100644 (file)
@@ -501,12 +501,6 @@ class Pman_Roo extends Pman
         foreach($data as $x) {
             //echo "<PRE>"; print_r(array($_REQUEST['csvCols'], $x->toArray())); exit;
             $line = array();
-            if ($titles== '*') {
-                $titles= array_keys($x);
-            }
-            if ($cols== '*') {
-                $cols= array_keys($x);
-            }
             
             if ($titles !== false) {
                 foreach($cols as $i=>$col) {