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

index e95d011..04bdc32 100644 (file)
@@ -135,7 +135,9 @@ 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']);
-            $d->autoJoin();
+            $jinfo = $d->autoJoin();
+            print_R($jinfo);
+            
             //$this->selectAdd($d->_query['data_select']); -- this will cause the same dataIndex...
             $this->_join .= "
                 LEFT JOIN {$d->tableName()} ON {$this->tableName()}.onid = {$d->tableName()}.id