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

index 04bdc32..fd7ece8 100644 (file)
@@ -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']);
             //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 .= "
             
             //$this->selectAdd($d->_query['data_select']); -- this will cause the same dataIndex...
             $this->_join .= "