Fix for r62744: use tabs for indentation, not spaces
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 20 Feb 2010 19:22:27 +0000 (19:22 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 20 Feb 2010 19:22:27 +0000 (19:22 +0000)
includes/db/DatabaseOracle.php

index 9778b4c..bd028ff 100644 (file)
@@ -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