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

index c473aa3..40aa9da 100644 (file)
@@ -347,8 +347,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.