DataObjects/Person.php
authorEdward <edward@roojs.com>
Wed, 27 May 2015 09:09:55 +0000 (17:09 +0800)
committerEdward <edward@roojs.com>
Wed, 27 May 2015 09:09:55 +0000 (17:09 +0800)
DataObjects/Person.php

index 6ddd22f..53a97f4 100644 (file)
@@ -268,8 +268,6 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         
         $sesPrefix = $appname .'-' .get_class($this) .'-'.$db->dsn['database'] ;
         
-        print_R($sesPrefix);exit;
-         
         if (!empty($_SESSION[get_class($this)][$sesPrefix .'-auth'])) {
             // in session...
             $a = unserialize($_SESSION[get_class($this)][$sesPrefix .'-auth']);