DataObjects/Person.php
authorChris <chris@roojs.com>
Mon, 6 May 2013 10:44:49 +0000 (18:44 +0800)
committerChris <chris@roojs.com>
Mon, 6 May 2013 10:44:49 +0000 (18:44 +0800)
DataObjects/Person.php

index 9ff4ea5..07835a8 100644 (file)
@@ -243,8 +243,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         
         
         @session_start();
-        print_r($_SESSION);exit;
-        
+         
         if (!empty($_SESSION[__CLASS__][$sesPrefix .'-auth'])) {
             // in session...
             $a = unserialize($_SESSION[__CLASS__][$sesPrefix .'-auth']);