From: Roan Kattouw Date: Fri, 7 Jan 2011 12:59:25 +0000 (+0000) Subject: Fix indentation in r79746 X-Git-Tag: 1.31.0-rc.0~32719 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8d3fe159c5af0a309ef8734e8ec85976fa9fbde0;p=lhc%2Fweb%2Fwiklou.git Fix indentation in r79746 --- diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index cceef11410..5cfd628d91 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -172,7 +172,7 @@ class MysqlUpdater extends DatabaseUpdater { array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ), array( 'addTable', 'module_deps', 'patch-module_deps.sql' ), array( 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ), - array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), + array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), ); }