From 684ab7828ca168605f0d5f884a46cbd39692bb2d Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 24 May 2012 17:38:25 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 8f67d6d4..0c1b6971 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -29,6 +29,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $__table = 'core_notify'; // table name public $id; // int(11) not_null primary_key auto_increment + public $recur_id; // int(11) not_null public $act_when; // datetime(19) not_null multiple_key binary public $onid; // int(11) not_null public $ontable; // string(128) not_null @@ -39,8 +40,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $watch_id; // int(11) public $trigger_person_id; // int(11) public $trigger_event_id; // int(11) - public $evtype; // event type (or method to call)fall - public $recur_id; + public $evtype; // event type (or method to call)fall /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE -- 2.39.2