DataObjects/Person.php
authorEdward <edward@roojs.com>
Wed, 22 Jul 2015 09:48:04 +0000 (17:48 +0800)
committerEdward <edward@roojs.com>
Wed, 22 Jul 2015 09:48:04 +0000 (17:48 +0800)
DataObjects/Person.php

index cd63233..b994b41 100644 (file)
@@ -377,7 +377,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         if (!empty($_SESSION[get_class($this)][$sesPrefix .'-auth'])) {
             $a = unserialize($_SESSION[get_class($this)][$sesPrefix .'-auth']);
             
-            
+            print_R($a);exit;
             $u = DB_DataObject::factory($this->tableName()); // allow extending this ...
             $u->autoJoin();
             if ($u->get($a->id)) { /// && strlen($u->passwd)) {  // should work out the pid .. really..