From: Alan Knowles Date: Tue, 11 Oct 2016 06:02:56 +0000 (+0800) Subject: DataObjects/Core_office.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=eda3b4e572b8976d9e2fb757061dac47f9a593b2 DataObjects/Core_office.php --- diff --git a/DataObjects/Core_office.php b/DataObjects/Core_office.php index e381da5d..447eedf6 100644 --- a/DataObjects/Core_office.php +++ b/DataObjects/Core_office.php @@ -9,7 +9,7 @@ class Pman_Core_DataObjects_Core_office extends DB_DataObject ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'Office'; // table name + public $__table = 'core_office'; // table name public $id; // int(11) not_null primary_key auto_increment public $company_id; // int(11) not_null public $name; // string(64) not_null