Index: trunk/phase3/includes/db/DatabaseOracle.php |
— | — | @@ -283,9 +283,9 @@ |
284 | 284 | |
285 | 285 | function doQuery( $sql ) { |
286 | 286 | wfDebug( "SQL: [$sql]\n" ); |
287 | | - if ( !mb_check_encoding( $sql ) ) { |
288 | | - throw new MWException( "SQL encoding is invalid\n$sql" ); |
289 | | - } |
| 287 | + if ( !mb_check_encoding( $sql ) ) { |
| 288 | + throw new MWException( "SQL encoding is invalid\n$sql" ); |
| 289 | + } |
290 | 290 | |
291 | 291 | // handle some oracle specifics |
292 | 292 | // remove AS column/table/subquery namings |