diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-06 05:04:11 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-06 05:04:11 +0000 |
commit | 9ad8307b7ee60b3263733b8b8c3d7ac6f350a452 (patch) | |
tree | 67114e5cebf9a8a0a16b9e83d3bb1a34c8d95bd3 /actions/peoplesearch.php | |
parent | 84d2aa7df49dc85603dd6c2d60c1f605800a458c (diff) |
external search now depends on site.server.
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 3ce719dd5..65d970dd1 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -81,8 +81,6 @@ class PeoplesearchAction extends SearchAction } else { $this->element('p', 'error', _('No results.')); - -//TODO $this->searchSuggestions($q); $profile->free(); } |