This commit is contained in:
Antoine Musso 2005-07-03 19:30:38 +00:00
parent b91cc79f32
commit 8eb054cd46

View file

@ -95,7 +95,7 @@ class SearchMySQL extends SearchEngine {
* @access private
*/
function queryRanking( $filteredTerm, $fulltext ) {
return "";
return '';
}
/**