From eb42a4fc1e442ec975092f9e198f9c7a1db95265 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 9 Jul 2012 15:48:37 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 3a571d65..1a2c5925 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -130,10 +130,11 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $d = DB_DataObject::Factory($q['ontable']); $d->autoJoin(); $this->selectAdd($d->data_select); + $this->_join .= " + LEFT JOIN {$d->tableName()} ON {$this->tableName()}.onid = {$d->tableName()}.id + {$d->join} + "; - $this->_join .= $d->join; - echo '
';print_R($d);
-            exit;
             
             
             
-- 
2.39.2