diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-12 02:37:17 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-12 02:37:17 +0000 |
commit | eda84204fbe210f4d88296954a33fa5e310194d2 (patch) | |
tree | 12c8a0305bae91d66fe7fd03f217853d8b8c7528 /mod/search/index.php | |
parent | 36b73bf25407fbc0591d33d3b0d39059bdce7005 (diff) | |
download | elgg-eda84204fbe210f4d88296954a33fa5e310194d2.tar.gz elgg-eda84204fbe210f4d88296954a33fa5e310194d2.tar.bz2 |
Added phpdoc header to index.php
Added RSS support to search. Nifty.
git-svn-id: http://code.elgg.org/elgg/trunk@3800 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/search/index.php')
-rw-r--r-- | mod/search/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/search/index.php b/mod/search/index.php index adf514caf..4f1aa3dbf 100644 --- a/mod/search/index.php +++ b/mod/search/index.php @@ -1,4 +1,12 @@ <?php +/** + * Elgg core search. + * + * @package Elgg + * @subpackage Core + * @author Curverider Ltd <info@elgg.com>, The MITRE Corporation <http://www.mitre.org> + * @link http://elgg.org/ + */ // $search_type == all || entities || trigger plugin hook $search_type = get_input('search_type', 'all'); |