Index: trunk/phase3/includes/db/DatabaseMssql.php |
— | — | @@ -831,9 +831,9 @@ |
832 | 832 | $this->doQuery( "DROP TABLE $ctest" ); |
833 | 833 | |
834 | 834 | $res = $this->sourceFile( "../maintenance/mssql/tables.sql" ); |
835 | | - if ( $err !== true ) { |
| 835 | + if ( $res !== true ) { |
836 | 836 | echo " <b>FAILED</b></li>"; |
837 | | - dieout( htmlspecialchars( $err ) ); |
| 837 | + dieout( htmlspecialchars( $res ) ); |
838 | 838 | } |
839 | 839 | |
840 | 840 | # # Update version information |