X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=18f16c52ee13e7324928cf0d2163480d55d15f06;hp=8a46f9e9dd863d0b47c7a695ae0d435d35a4b871;hb=eae738ee66c8f0ee4abe99dc692131c58cb893a1;hpb=39afe39f13928e89104f466d7035940f369bfec8 diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 8a46f9e9..18f16c52 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -56,6 +56,13 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject } + function method() + { + $e = DB_DataObject::Factory('core_enum'); + $e->get($this->method_id); + + } + function notifytimes($advance) {