From b89f84de0787a2094abc8e1225667817cdfe43d0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 Apr 2011 15:19:17 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 61 ------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 DataObjects/Core_notify.php diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php deleted file mode 100644 index 12f0e8de..00000000 --- a/DataObjects/Core_notify.php +++ /dev/null @@ -1,61 +0,0 @@ -get($this->person_id); - return $c; - - } - function object() - { - $c = DB_DataObject::factory($this->ontable); - $c->autoJoin(); - if ($c->get($this->onid)) { - return $c; - } - return false; - - } - -} \ No newline at end of file -- 2.39.2