r23790 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23789‎ | r23790 | r23791 >
Date:15:57, 6 July 2007
Author:brion
Status:old
Tags:
Comment:
be a little clearer in add_index()
Modified paths:
  • /trunk/phase3/maintenance/updaters.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updaters.inc
@@ -140,9 +140,9 @@
141141 function add_index( $table, $index, $patch, $fullpath=false ) {
142142 global $wgDatabase;
143143 if( $wgDatabase->indexExists( $table, $index ) ) {
144 - echo "...$index key already set.\n";
 144+ echo "...$index key already set on $table table.\n";
145145 } else {
146 - echo "Adding $index key... ";
 146+ echo "Adding $index key to table $table... ";
147147 if( $fullpath ) {
148148 dbsource( $patch, $wgDatabase );
149149 } else {

Follow-up revisions

RevisionCommit summaryAuthorDate
r23912Merged revisions 23662-23909 via svnmerge from...david18:11, 9 July 2007

Status & tagging log