From 975da81c9eca1f94d60ab2689b2457f834f0f2b4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:34:42 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index a54d1e3e..618a9ec9 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -135,6 +135,10 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject {$d->_join} "; } + if (isset($q['query']['person_id_name']) ) { + $this->whereAdd( "join_person_id_id.name LIKE '{$this->escape($q['query']['person_id_name'])}%'"); + + } -- 2.39.2