Index: trunk/phase3/languages/Language.php |
— | — | @@ -1698,7 +1698,7 @@ |
1699 | 1699 | */ |
1700 | 1700 | function stripForSearch( $string ) { |
1701 | 1701 | global $wgDBtype, $wgSearchType; |
1702 | | - if ( $wgDBtype != 'mysql' or $wgSearchType == 'LuceneSearch' ) { |
| 1702 | + if ( $wgDBtype != 'mysql' || $wgSearchType == 'LuceneSearch' ) { |
1703 | 1703 | return $string; |
1704 | 1704 | } |
1705 | 1705 | |