diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-02 15:30:06 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-02 15:30:06 +0000 |
commit | 76f4ad60418b353a5c90814d25d06aef249924e2 (patch) | |
tree | cf0ca873c5b2a79390cf55f7469c583cae309b99 /mod/search/search_hooks.php | |
parent | d577476d798103dadf5b79fbf923831de9cb40d0 (diff) | |
download | elgg-76f4ad60418b353a5c90814d25d06aef249924e2.tar.gz elgg-76f4ad60418b353a5c90814d25d06aef249924e2.tar.bz2 |
Updated the the default search entity view to check for users and groups and properly display their profile icons.
git-svn-id: http://code.elgg.org/elgg/trunk@3983 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/search/search_hooks.php')
-rw-r--r-- | mod/search/search_hooks.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/search/search_hooks.php b/mod/search/search_hooks.php index b61f12339..cc70f43ea 100644 --- a/mod/search/search_hooks.php +++ b/mod/search/search_hooks.php @@ -106,6 +106,8 @@ function search_groups_hook($hook, $type, $value, $params) { /** * Return default results for searches on users. * + * @todo add profile field MD searching + * * @param unknown_type $hook * @param unknown_type $type * @param unknown_type $value |