r74135 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74134‎ | r74135 | r74136 >
Date:08:30, 2 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r74134: copy-paste error
Modified paths:
  • /trunk/phase3/includes/db/DatabaseMssql.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseMssql.php
@@ -831,9 +831,9 @@
832832 $this->doQuery( "DROP TABLE $ctest" );
833833
834834 $res = $this->sourceFile( "../maintenance/mssql/tables.sql" );
835 - if ( $err !== true ) {
 835+ if ( $res !== true ) {
836836 echo " <b>FAILED</b></li>";
837 - dieout( htmlspecialchars( $err ) );
 837+ dieout( htmlspecialchars( $res ) );
838838 }
839839
840840 # # Update version information

Follow-up revisions

RevisionCommit summaryAuthorDate
r74595Follow up r74135 removing the globals, too....platonides14:39, 10 October 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74134removed call to deprecated function dbsource() and a comment that mentioned itialex08:29, 2 October 2010

Status & tagging log