DataObjects/Groups.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 08:32:34 +0000 (16:32 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 08:32:34 +0000 (16:32 +0800)
DataObjects/Groups.php [deleted file]

diff --git a/DataObjects/Groups.php b/DataObjects/Groups.php
deleted file mode 100755 (executable)
index 63d3869..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * @deprecated - use Core_groups
- * 
- */
-require_once 'Pman/Core/DataObjects/Core_groups.php';
-
-class  Pman_Core_DataObjects_Groups extends Pman_Core_DataObjects_Core_groups
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Groups';                          // table name
-    
-    
-    function memberTable()
-    {
-        return 'group_members';
-    }
-     function rightsTable()
-    {
-        return 'group_rights';
-    }
-    
-}