From f6764cfbd8dcdedd05263711a41fcedb72dda2ab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Oct 2005 15:14:46 +0000 Subject: - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. --- modules/search/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search/search.module') diff --git a/modules/search/search.module b/modules/search/search.module index 54c656e0f..e84f85b22 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -452,7 +452,7 @@ function search_index($sid, $type, $text) { // None of the tags we look for make sense when nested identically. // If they are, it's probably broken HTML. $tagstack = array(); - $score = 1; + $score = 1; } else { // Add to open tag stack and increment score -- cgit v1.2.3