From 5932dfa4472cc1ffc0540985e3832d6fcb637438 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 3 Feb 2007 13:46:55 +0000 Subject: [PATCH] Kill whitespaces --- config/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/index.php b/config/index.php index b2165c426f..f625a8407f 100644 --- a/config/index.php +++ b/config/index.php @@ -654,7 +654,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { >http://dev.mysql.com/doc/mysql/en/old-client.html for help.\n"; } $ok = true; # Let's be optimistic - + # Decide if we're going to use the superuser or the regular database user $conf->Root = $useRoot; if( $conf->Root ) { @@ -664,7 +664,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { $db_user = $wgDBuser; $db_pass = $wgDBpassword; } - + # Attempt to connect echo( "
  • Attempting to connect to database server as $db_user..." ); $wgDatabase = Database::newFromParams( $wgDBserver, $db_user, $db_pass, '', 1 ); @@ -706,7 +706,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { break; } # switch } #conn. att. - + if( !$ok ) { continue; } } else /* not mysql */ { @@ -1175,7 +1175,7 @@ if( count( $errs ) ) { aField( $conf, "RootPW", "Superuser password:", "password" ); ?> - +

    If the database user specified above does not exist, or does not have access to create the database (if needed) or tables within it, please check the box and provide details -- 2.20.1