From: Edward Date: Wed, 22 Jul 2015 09:48:14 +0000 (+0800) Subject: DataObjects/Person.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c3f831cff84f072fa117cf299b167a768b22cdaf DataObjects/Person.php --- diff --git a/DataObjects/Person.php b/DataObjects/Person.php index b994b413..883f9c0e 100644 --- a/DataObjects/Person.php +++ b/DataObjects/Person.php @@ -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; +// 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..