DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 07:17:21 +0000 (15:17 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 07:17:21 +0000 (15:17 +0800)
DataObjects/Person.php

index 2cc2f9d..e47e04d 100644 (file)
@@ -323,10 +323,10 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         //var_dump(session_id());
         //var_dump($_SESSION[__CLASS__]);
         
-        if (!empty(   $_SESSION[__CLASS__][$sesPrefix .'-empty'] )) {
-            return false;
-        }
-        die("got this far?");
+        //if (!empty(   $_SESSION[__CLASS__][$sesPrefix .'-empty'] )) {
+        //    return false;
+        //}
+        //die("got this far?");
         // not in session or not matched...
         $u = DB_DataObject::factory('Person');
         $u->whereAdd(' LENGTH(passwd) > 0');