DataObjects/Groups.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 03:12:03 +0000 (11:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 03:12:03 +0000 (11:12 +0800)
DataObjects/Groups.php

index 03786a1..e490f32 100755 (executable)
@@ -114,7 +114,15 @@ class Pman_Core_DataObjects_Groups extends DB_DataObject
             //$ret[] = array( 'id' => 999999, 'name' => 'ADMINISTRATORS');
 
     }
+    
+    function initGroups()
+    {
+        
+        
         
+        
+    }
+    
      
     
 }