DataObjects/Core_groups.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 04:32:57 +0000 (12:32 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 04:32:57 +0000 (12:32 +0800)
DataObjects/Core_groups.php

index aadf13b..7c65606 100644 (file)
@@ -19,7 +19,7 @@ class Pman_Core_DataObjects_Groups extends DB_DataObject
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
 
-    public $__table = 'Groups';                          // table name
+    public $__table = 'core_groups';                          // table name
     public $id;                              // int(11)  not_null primary_key auto_increment
     public $name;                            // string(64)  not_null
     public $type;                            // int(11)