quote
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 3 Jul 2005 19:30:38 +0000 (19:30 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 3 Jul 2005 19:30:38 +0000 (19:30 +0000)
includes/SearchMySQL.php

index 29f3f1c..4cf30c8 100644 (file)
@@ -95,7 +95,7 @@ class SearchMySQL extends SearchEngine {
         * @access private
         */
        function queryRanking( $filteredTerm, $fulltext ) {
-               return "";
+               return '';
        }
        
        /**