From af88561c2c3db4fdbee16380202e9f1b912355e4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Jul 2013 19:04:47 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 04bdc32d..fd7ece8e 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -135,8 +135,10 @@ 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']); - $jinfo = $d->autoJoin(); - print_R($jinfo); + $ji = $d->autoJoin(); + //print_R($jinfo); + // get cols + //$this->selectAdd($d->_query['data_select']); -- this will cause the same dataIndex... $this->_join .= " -- 2.39.2