Follow up of r45960, adding English comment in Names.php
[lhc/web/wiklou.git] / maintenance / dumpSisterSites.php
index 50e121e..2a7369c 100644 (file)
@@ -21,8 +21,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @package MediaWiki
- * @subpackage SpecialPage
+ * @file
+ * @ingroup SpecialPage
  */
 
 require_once( 'commandLine.inc' );
@@ -46,4 +46,4 @@ while( $row = $dbr->fetchObject( $result ) ) {
 
 $dbr->freeResult( $result );
 
-?>
+