From: Alan Knowles Date: Thu, 25 Jul 2013 11:09:49 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c15e9146f62fdb50ef61fa55722bd78c89d491f9 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 3f43b89e..8f5845c1 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -139,7 +139,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject echo '
';print_R($ji);
             // get cols
             foreach($ji['join_names'] 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...