From a3d485541377fdd52a63869082ab7ee9317016a0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 20 Feb 2010 19:22:27 +0000 Subject: [PATCH] Fix for r62744: use tabs for indentation, not spaces --- includes/db/DatabaseOracle.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/db/DatabaseOracle.php b/includes/db/DatabaseOracle.php index 9778b4cbb5..bd028ffae7 100644 --- a/includes/db/DatabaseOracle.php +++ b/includes/db/DatabaseOracle.php @@ -283,9 +283,9 @@ class DatabaseOracle extends DatabaseBase { function doQuery( $sql ) { wfDebug( "SQL: [$sql]\n" ); - if ( !mb_check_encoding( $sql ) ) { - throw new MWException( "SQL encoding is invalid\n$sql" ); - } + if ( !mb_check_encoding( $sql ) ) { + throw new MWException( "SQL encoding is invalid\n$sql" ); + } // handle some oracle specifics // remove AS column/table/subquery namings -- 2.20.1