From f809d2cbff4e2046d15ddca46f675d2a650f7a07 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Jul 2013 19:08:51 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 87b5a74c..dd7259d0 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -136,10 +136,10 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject // then we can build a join.. $d = DB_DataObject::Factory($q['ontable']); $ji = $d->autoJoin(); - //print_R($jinfo); + echo '
';print_R($jinfo);
             // get cols
             foreach($ji['cols'] as $cname=>$fname) {
-                $this->selectAdd($fname . ' as ontable_id_' . $cname );
+                //$this->selectAdd($fname . ' as ontable_id_' . $cname );
             }
             
             //$this->selectAdd($d->_query['data_select']); -- this will cause the same dataIndex...
-- 
2.39.2