X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=04bdc32de1bb0b3dd3ef38a6b55dd79b37f31182;hp=e95d0116eb70d0b1e19e5481700ba7c720bdc05b;hb=d9f2330153a1bf959ed867f58daa2522a1794dae;hpb=f87d43ebb885535cb30037b9b7d4f1be528faf69 diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index e95d0116..04bdc32d 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -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