Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / maintenance / cleanupImages.php
index b25b9bb..c8e9095 100644 (file)
@@ -150,7 +150,7 @@ class ImageCleanup extends TableCleanup {
                        $this->output( "DRY RUN: would rename $path to $finalPath\n" );
                } else {
                        $this->output( "renaming $path to $finalPath\n" );
-                       // XXX: should this use File::move()?  FIXME?
+                       // @todo FIXME: Should this use File::move()?
                        $db->begin();
                        $db->update( 'image',
                                array( 'img_name' => $final ),