From 79455e6a6f76844742b4cafdca151e7b0bba00fd Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 20 Feb 2010 00:07:22 +0000 Subject: Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and removed some commented out code. git-svn-id: http://code.elgg.org/elgg/trunk@3956 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/search/start.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mod/search/start.php') diff --git a/mod/search/start.php b/mod/search/start.php index 5767e65ff..a6a0bead2 100644 --- a/mod/search/start.php +++ b/mod/search/start.php @@ -249,10 +249,10 @@ function search_consolidate_substrings($offsets, $lengths) { function search_highlight_words($words, $string) { $i = 1; $replace_html = array( - 'strong' => rand(10000,99999), - 'class' => rand(10000,99999), - 'searchMatch' => rand(10000,99999), - 'searchMatchColor' => rand(10000,99999) + 'strong' => rand(10000, 99999), + 'class' => rand(10000, 99999), + 'searchMatch' => rand(10000, 99999), + 'searchMatchColor' => rand(10000, 99999) ); foreach ($words as $word) { -- cgit v1.2.3