diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2005-07-03 19:30:38 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2005-07-03 19:30:38 +0000 |
commit | 8eb054cd46fc8cf179ddec19638d0dbf77e719ad (patch) | |
tree | 4faae8b67e402145eccee879b34a7530c6d9a57a | |
parent | b91cc79f32395fe87b161bbf9f37c49f7a218dae (diff) | |
download | mediawikicore-8eb054cd46fc8cf179ddec19638d0dbf77e719ad.tar.gz mediawikicore-8eb054cd46fc8cf179ddec19638d0dbf77e719ad.zip |
quote
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9878
-rw-r--r-- | includes/SearchMySQL.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SearchMySQL.php b/includes/SearchMySQL.php index 29f3f1cf237c..4cf30c85bcd3 100644 --- a/includes/SearchMySQL.php +++ b/includes/SearchMySQL.php @@ -95,7 +95,7 @@ class SearchMySQL extends SearchEngine { * @access private */ function queryRanking( $filteredTerm, $fulltext ) { - return ""; + return ''; } /** |