Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index ef8dc3c..135c47b 100644 (file)
@@ -64,7 +64,7 @@ class Pman_Roo extends Pman
         if (!$au) {  
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
-        if (!$au->pid()   ) { // not set up yet..
+         if (!$au->pid()   ) { // not set up yet..
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
         
@@ -281,7 +281,7 @@ class Pman_Roo extends Pman
         $this->sessionState(0);
         $res = $x->find();
         $this->sessionState(1);
-        
+                
         if (false === $res) {
             $this->jerr($x->_lastError->toString());
             
@@ -1455,7 +1455,7 @@ class Pman_Roo extends Pman
                 
             }
             
-            
+                
             
             switch($key) {