From: Alan Knowles Date: Wed, 14 Mar 2012 02:04:33 +0000 (+0800) Subject: DataObjects/Core_locking.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=668ab2d57f505904c8afd9678eea8d5bf07d51cb DataObjects/Core_locking.php --- diff --git a/DataObjects/Core_locking.php b/DataObjects/Core_locking.php index 198e5d20..858a5e15 100644 --- a/DataObjects/Core_locking.php +++ b/DataObjects/Core_locking.php @@ -10,7 +10,7 @@ class Pman_Core_DataObjects_Core_locking extends DB_DataObject /* the code below is auto generated do not remove the above tag */ public $__table = 'core_locking'; // table name - public $int; // int(11) not_null primary_key auto_increment + public $id; // int(11) not_null primary_key auto_increment public $on_table; // string(64) not_null multiple_key public $on_id; // int(11) not_null public $person_id; // int(11) not_null