DataObjects/Core_email.php
authorAlan Knowles <alan@roojs.com>
Fri, 3 Jun 2016 05:53:36 +0000 (13:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 3 Jun 2016 05:53:36 +0000 (13:53 +0800)
DataObjects/Core_email.php

index 2cdfe98..1c628a1 100644 (file)
@@ -20,6 +20,12 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
     public $from_name;
     public $owner_id;
     public $is_system;
+    public $active;
+    public $bcc_group;
+    public $test_class;
+    
+
+    
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE