From: Edward Date: Tue, 25 Jun 2013 11:58:01 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f9e5f39a5613c011b1abbc992e0c3ee558b19e8f;hp=3d42303a29849d296efb2a479e419753321da5a2;p=Pman.Core DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 618a9ec9..a5739f18 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -132,7 +132,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $this->selectAdd($d->_query['data_select']); $this->_join .= " LEFT JOIN {$d->tableName()} ON {$this->tableName()}.onid = {$d->tableName()}.id - {$d->_join} + "; } if (isset($q['query']['person_id_name']) ) {