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

index 39990f7..2cc2f9d 100644 (file)
@@ -326,7 +326,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         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');