r9547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9546‎ | r9547 | r9548 >
Date:05:32, 21 June 2005
Author:vibber
Status:old
Tags:
Comment:
duh, use the right func
Modified paths:
  • /trunk/phase3/maintenance/convertUtf8.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/convertUtf8.php
@@ -129,7 +129,7 @@
130130 * @access private
131131 */
132132 function oldimageRenameCallback( $row ) {
133 - $this->renameFile( $row->oi_archive_name, 'wfImageThumbDir' );
 133+ $this->renameFile( $row->oi_archive_name, 'wfImageArchiveDir' );
134134 }
135135
136136 /**
@@ -213,7 +213,7 @@
214214 $this->convertTable( 'imagelinks', 'il_to' );
215215 $this->convertTable( 'watchlist', 'wl_title' );
216216
217 - # FIXME: We'll also need to change the files.
 217+ # We'll also need to change the files.
218218 $this->convertTable( 'image', 'img_name',
219219 array( 'img_name', 'img_description', 'img_user_text' ),
220220 null,

Status & tagging log