diff --git a/include/util.php b/include/util.php index 8ac9c63..9ae7906 100644 --- a/include/util.php +++ b/include/util.php @@ -344,7 +344,7 @@ function cleanupSearchWords($search_words) $ignore_words = array('I', 'a', 'about', 'an', 'are', 'as', 'at', 'be', 'by', 'com', 'de', 'en', 'for', 'from', 'how', 'in', 'is', 'it', 'la', 'of', 'on', 'or', 'that', 'the', 'this', 'to', 'was', 'what', 'when', - 'where', 'who', 'will', 'with', 'und', 'the', 'www'); + 'where', 'who', 'will', 'with', 'und', 'the', 'www', 'game'); $filtered_search = "";