Partial Fix #6039 - current member status not showing
[Pman.Base] / Pman / Roo.php
index 7fdb8f6..261b1f8 100644 (file)
@@ -451,8 +451,7 @@ class Pman_Roo extends Pman
             $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);
                 }