DataObjects/Core_notify_recur_repeat.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 3 Apr 2012 09:29:44 +0000 (17:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 3 Apr 2012 09:29:44 +0000 (17:29 +0800)
DataObjects/Core_notify_recur_repeat.php [deleted file]

diff --git a/DataObjects/Core_notify_recur_repeat.php b/DataObjects/Core_notify_recur_repeat.php
deleted file mode 100644 (file)
index 91d030c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * Table Definition for core_notify_recur_repeat
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_Core_notify_recur_repeat extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_notify_recur_repeat';    // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $recur_id;                        // int(11)  not_null
-    public $freq;                            // string(8)  not_null
-    public $freq_day;                        // blob(65535)  not_null blob
-    public $freq_hour;                       // blob(65535)  not_null blob
-
-    
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}