diff options
| author | Simon | 2011-04-04 16:33:59 +0200 |
|---|---|---|
| committer | Simon | 2011-04-04 16:33:59 +0200 |
| commit | e5e65c03c4d1879c4cf4ef5e0f77a80e7eb73ece (patch) | |
| tree | b5e094bd07a9b783e6b8e4418997be0458af74e0 /application/modules/user/controllers/ClientController.php | |
| parent | leerzeichen in kcl entfernt (diff) | |
| download | pbs2-e5e65c03c4d1879c4cf4ef5e0f77a80e7eb73ece.tar.gz pbs2-e5e65c03c4d1879c4cf4ef5e0f77a80e7eb73ece.tar.xz pbs2-e5e65c03c4d1879c4cf4ef5e0f77a80e7eb73ece.zip | |
highlight für suche eingebaut
Diffstat (limited to 'application/modules/user/controllers/ClientController.php')
| -rw-r--r-- | application/modules/user/controllers/ClientController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/controllers/ClientController.php b/application/modules/user/controllers/ClientController.php index 2a57cf0..acb6a65 100644 --- a/application/modules/user/controllers/ClientController.php +++ b/application/modules/user/controllers/ClientController.php @@ -53,7 +53,9 @@ class User_ClientController extends Zend_Controller_Action if($search != ''){ $this->view->search = $search; $mySearch = new Pbs_Search(); - $clientsInGroup = $mySearch->search($clientsInGroup,$search); + $mySearch->setSearchTerm($search); + $clientsInGroup = $mySearch->search($clientsInGroup); + $this->view->searchterms = $mySearch->getSearchTerms(); } // Pagination |
