X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=fd7ece8ebf6dbcd25e6af3fe3ff9a817e9e53932;hb=af88561c2c3db4fdbee16380202e9f1b912355e4;hp=e95d0116eb70d0b1e19e5481700ba7c720bdc05b;hpb=5c914000b1d4e743675d4a7e302ca8721ad54200;p=Pman.Core diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index e95d0116..fd7ece8e 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -135,7 +135,11 @@ 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(); + $ji = $d->autoJoin(); + //print_R($jinfo); + // get cols + + //$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