Pman/Roo.php wip_alan_T6039_current_member_status_not_showing
authorAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2019 05:46:18 +0000 (13:46 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2019 05:46:18 +0000 (13:46 +0800)
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);
                 }