From 668ab2d57f505904c8afd9678eea8d5bf07d51cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Mar 2012 10:04:33 +0800 Subject: [PATCH] DataObjects/Core_locking.php --- DataObjects/Core_locking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2