Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index fe3a822..261b1f8 100644 (file)
@@ -444,14 +444,14 @@ class Pman_Roo extends Pman
             'cols' => array(),
             'leave_open' => true
         );
-         
+        
+        
         $se = false;
         if (is_object($data)) {
             $rooar = method_exists($data, 'toRooArray');
             while($data->fetch()) {
                 $x = $rooar  ? $data->toRooArray($q) : $data->toArray();
-                
-                
+                 
                 if ($cols == '*') {  /// did we get cols sent to us?
                     $cols = array_keys($x);
                 }