From d9f2330153a1bf959ed867f58daa2522a1794dae Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Jul 2013 19:04:07 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index e95d0116..04bdc32d 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -135,7 +135,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject //DB_DAtaObject::DebugLevel(1); // then we can build a join.. $d = DB_DataObject::Factory($q['ontable']); - $d->autoJoin(); + $jinfo = $d->autoJoin(); + print_R($jinfo); + //$this->selectAdd($d->_query['data_select']); -- this will cause the same dataIndex... $this->_join .= " LEFT JOIN {$d->tableName()} ON {$this->tableName()}.onid = {$d->tableName()}.id -- 2.39.2