Partial Fix #6039 - current member status not showing
authorAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2019 05:46:34 +0000 (13:46 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2019 05:46:34 +0000 (13:46 +0800)
Pman/Login.php
Pman/Roo.php

index f7e1047..05d0f17 100644 (file)
@@ -47,7 +47,7 @@ class Pman_Login extends Pman
     {
         $this->initErrorHandling();
         
-         //DB_DataObject::DebugLevel(1);
+         // DB_DataObject::DebugLevel(5);
         if (!empty($_REQUEST['logout'])) {
            return $this->logout();
         }
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);
                 }