DataObjects/Core_person.php
authoredward <edward@roojs.com>
Mon, 31 Oct 2016 03:30:44 +0000 (11:30 +0800)
committeredward <edward@roojs.com>
Mon, 31 Oct 2016 03:30:44 +0000 (11:30 +0800)
DataObjects/Core_person.php

index e670555..23e96e1 100644 (file)
@@ -1227,7 +1227,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         
         $sesPrefix = $ff->Pman->login_public . '-' .get_class($this) .'-'.$db->dsn['database'] ;
         
-        print_R($sesPrefix);exit;
         // we should not store the whole data in the session - otherwise it get's huge.
         $p = DB_DAtaObject::Factory($this->tableName());
         $p->get($this->pid());