DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 11:09:49 +0000 (19:09 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 11:09:49 +0000 (19:09 +0800)
DataObjects/Core_notify.php

index 3f43b89..8f5845c 100644 (file)
@@ -139,7 +139,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             echo '<PRE>';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...