From f380fe2e72dc1c4d33801df173eac49df259d938 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 28 Sep 2022 12:14:42 +0800 Subject: [PATCH] note additional column? --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index e90f61e0..91cc0a18 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -43,7 +43,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $evtype; // event type (or method to call)fall public $act_start; public $person_table; - + public $to_email; /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE -- 2.39.2