Remove it from the comments too. (Who reads those, anyway?)
authorIlmari Karonen <vyznev@users.mediawiki.org>
Sat, 13 Dec 2008 04:40:25 +0000 (04:40 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Sat, 13 Dec 2008 04:40:25 +0000 (04:40 +0000)
includes/filerepo/FileRepo.php

index 1f2a4cd..5beac73 100644 (file)
@@ -131,7 +131,7 @@ abstract class FileRepo {
        /*
         * Find many files at once. 
         * @param array $titles, an array of titles
-        * @param int $flags
+        * @todo Think of a good way to optionally pass timestamps to this function.
         */
        function findFiles( $titles ) {
                $result = array();