DataObjects/Person.php
authorAlan Knowles <alan@akkbhome.com>
Thu, 14 Apr 2011 00:30:41 +0000 (08:30 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 14 Apr 2011 00:30:41 +0000 (08:30 +0800)
DataObjects/Person.php

index 356ff83..1c9806f 100644 (file)
@@ -353,6 +353,15 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
          
         
     }
+    
+    
+    function groups()
+    {
+        
+        
+        
+    }
+    
     function hasPerm($name, $lvl) 
     {
         static $pcache = array();