http://www.mediawiki.org/wiki/Special:Code/MediaWiki/63999

Revision: 63999
Author:   ialex
Date:     2010-03-21 14:55:32 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
Fixed some doxygen warnings and documented a little bit

Modified Paths:
--------------
    trunk/phase3/maintenance/dumpUploads.php

Modified: trunk/phase3/maintenance/dumpUploads.php
===================================================================
--- trunk/phase3/maintenance/dumpUploads.php    2010-03-21 14:50:22 UTC (rev 
63998)
+++ trunk/phase3/maintenance/dumpUploads.php    2010-03-21 14:55:32 UTC (rev 
63999)
@@ -64,10 +64,9 @@
        }
 
        /**
-        * Fetch a list of all or used images from a particular image source.
-        * @param string $table
-        * @param string $directory Base directory where files are located
-        * @param bool $shared true to pass shared-dir settings to hash func
+        * Fetch a list of used images from a particular image source.
+        *
+        * @param $shared Boolean: true to pass shared-dir settings to hash func
         */
        function fetchUsed( $shared ) {
                $dbr = wfGetDB( DB_SLAVE );
@@ -86,6 +85,11 @@
                $dbr->freeResult( $result );
        }
 
+       /**
+        * Fetch a list of all images from a particular image source.
+        *
+        * @param $shared Boolean: true to pass shared-dir settings to hash func
+        */
        function fetchLocal( $shared ) {
                $dbr = wfGetDB( DB_SLAVE );
                $result = $dbr->select( 'image',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to