From: Alan Knowles Date: Fri, 7 Oct 2016 06:18:20 +0000 (+0800) Subject: DataObjects/Core_group.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a30c4fe1307efdd4e2af7b5a530e4a330f634de4 DataObjects/Core_group.php --- diff --git a/DataObjects/Core_group.php b/DataObjects/Core_group.php index 13434366..061b1842 100644 --- a/DataObjects/Core_group.php +++ b/DataObjects/Core_group.php @@ -14,12 +14,12 @@ */ require_once 'DB/DataObject.php'; -class Pman_Core_DataObjects_Core_groups extends DB_DataObject +class Pman_Core_DataObjects_Core_group extends DB_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'core_groups'; // table name + public $__table = 'core_group'; // table name public $id; // int(11) not_null primary_key auto_increment public $name; // string(64) not_null public $type; // int(11)