r102686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102685‎ | r102686 | r102687 >
Date:20:49, 10 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix syntax error I introduced from r102683
Modified paths:
  • /trunk/phase3/includes/db/DatabaseMssql.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseMssql.php
@@ -631,7 +631,7 @@
632632 return $version;
633633 }
634634
635 - function tableExists ( $table, , $fname = __METHOD__, $schema = false ) {
 635+ function tableExists ( $table, $fname = __METHOD__, $schema = false ) {
636636 $res = sqlsrv_query( $this->mConn, "SELECT * FROM information_schema.tables
637637 WHERE table_type='BASE TABLE' AND table_name = '$table'" );
638638 if ( $res === false ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102683Add $fname to tableExists...reedy20:39, 10 November 2011

Status & tagging log