X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=dd7259d026dd6ac474e5183765ae8e611d37a688;hp=87b5a74ce6cfa1f63cc54f8c87e4debbe239e38d;hb=f809d2cbff4e2046d15ddca46f675d2a650f7a07;hpb=960e3f15f3e5b55365c4d382b8882d144f222592 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...