r95397 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95396‎ | r95397 | r95398 >
Date:13:05, 24 August 2011
Author:reedy
Status:reverted
Tags:
Comment:
Followup r95396, add missing comma
Modified paths:
  • /trunk/phase3/includes/installer/SqliteUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/SqliteUpdater.php
@@ -62,7 +62,7 @@
6363
6464 // 1.19
6565 array( 'addTable', 'config', 'patch-config.sql' ),
66 - array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql')
 66+ array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'),
6767
6868 // 1.19
6969 array( 'addTable', 'globaltemplatelinks', 'patch-globaltemplatelinks.sql' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95396Merge the iwtransclusion branch back into trunk...reedy13:03, 24 August 2011

Status & tagging log