From 0935b91ad40a8e0e09b9c8659703f3b9827595ed Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 12:48:28 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- 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 31057c2f..88e3184b 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,7 +67,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - + print_r($this->ontable);exit; $c->autoJoin(); if ($c->get($this->onid)) { -- 2.39.2