jobqueue changes
[lhc/web/wiklou.git] / maintenance / importImages.inc.php
index e752996..5389577 100644 (file)
@@ -3,7 +3,8 @@
 /**
  * Support functions for the importImages script
  *
- * @addtogroup Maintenance
+ * @file
+ * @ingroup Maintenance
  * @author Rob Church <robchur@gmail.com>
  */
 
@@ -45,6 +46,4 @@ function splitFilename( $filename ) {
        unset( $parts[ count( $parts ) - 1 ] );
        $fname = implode( '.', $parts );
        return array( $fname, $ext );
-}
-
-?>
+}
\ No newline at end of file