r19737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19736‎ | r19737 | r19738 >
Date:13:46, 3 February 2007
Author:hashar
Status:old
Tags:
Comment:
Kill whitespaces
Modified paths:
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -654,7 +654,7 @@
655655 >http://dev.mysql.com/doc/mysql/en/old-client.html</a> for help.</b></li>\n";
656656 }
657657 $ok = true; # Let's be optimistic
658 -
 658+
659659 # Decide if we're going to use the superuser or the regular database user
660660 $conf->Root = $useRoot;
661661 if( $conf->Root ) {
@@ -664,7 +664,7 @@
665665 $db_user = $wgDBuser;
666666 $db_pass = $wgDBpassword;
667667 }
668 -
 668+
669669 # Attempt to connect
670670 echo( "<li>Attempting to connect to database server as $db_user..." );
671671 $wgDatabase = Database::newFromParams( $wgDBserver, $db_user, $db_pass, '', 1 );
@@ -706,7 +706,7 @@
707707 break;
708708 } # switch
709709 } #conn. att.
710 -
 710+
711711 if( !$ok ) { continue; }
712712
713713 } else /* not mysql */ {
@@ -1175,7 +1175,7 @@
11761176 aField( $conf, "RootPW", "Superuser password:", "password" );
11771177 ?>
11781178 </div>
1179 -
 1179+
11801180 <p class="config-desc">
11811181 If the database user specified above does not exist, or does not have access to create
11821182 the database (if needed) or tables within it, please check the box and provide details