r109905 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109904‎ | r109905 | r109906 >
Date:06:07, 24 January 2012
Author:aaron
Status:ok
Tags:
Comment:
r108762: Removed unused cruft parameters to updater functions
Modified paths:
  • /trunk/extensions/ConfirmAccount/backend/schema/ConfirmAccountUpdater.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/backend/schema/ConfirmAccountUpdater.hooks.php
@@ -13,11 +13,11 @@
1414 if ( $updater->getDB()->getType() == 'mysql' ) {
1515 $base = "$base/mysql";
1616
17 - $updater->addExtensionTable( 'account_requests', "$base/ConfirmAccount.sql", true );
 17+ $updater->addExtensionTable( 'account_requests', "$base/ConfirmAccount.sql" );
1818 $updater->addExtensionField( 'account_requests', 'acr_filename', "$base/patch-acr_filename.sql" );
19 - $updater->addExtensionTable( 'account_credentials', "$base/patch-account_credentials.sql", true );
20 - $updater->addExtensionField( 'account_requests', 'acr_areas', "$base/patch-acr_areas.sql", true );
21 - $updater->addExtensionIndex( 'account_requests', 'acr_email', "$base/patch-email-index.sql", true );
 19+ $updater->addExtensionTable( 'account_credentials', "$base/patch-account_credentials.sql" );
 20+ $updater->addExtensionField( 'account_requests', 'acr_areas', "$base/patch-acr_areas.sql" );
 21+ $updater->addExtensionIndex( 'account_requests', 'acr_email', "$base/patch-email-index.sql" );
2222 } elseif ( $updater->getDB()->getType() == 'postgres' ) {
2323 $base = "$base/postgres";
2424

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108762Use simpler utility functions...reedy21:23, 12 January 2012

Status & tagging log