DataObjects/Person.php
authorChris <chris@roojs.com>
Thu, 13 Sep 2012 08:21:26 +0000 (16:21 +0800)
committerChris <chris@roojs.com>
Thu, 13 Sep 2012 08:21:26 +0000 (16:21 +0800)
DataObjects/Person.php

index 66c1866..c473aa3 100644 (file)
@@ -348,6 +348,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
     
     function active()
     {
+        //if active == 2, that account is pending
         return $this->active;
     }
     function authUserName($n) // set username prior to acheck user exists query.