Add more error handling
[lhc/web/wiklou.git] / maintenance / deleteArchivedFiles.inc
index 98b409e..da1c14d 100644 (file)
@@ -3,7 +3,8 @@
 /**
  * Support functions for the deleteArchivedFiles script
  *
- * @addtogroup Maintenance
+ * @file
+ * @ingroup Maintenance
  * @author Aaron Schulz
  */
 
@@ -53,5 +54,3 @@ function DeleteArchivedFiles( $delete = false ) {
        
        $transaction->commit();
 }
-
-?>
\ No newline at end of file