No point in fetching the result in Database::unlock() if we're not using it anyway.
[lhc/web/wiklou.git] / maintenance / purgeOldText.php
index e8a738a..4a4be48 100644 (file)
@@ -3,8 +3,8 @@
 /**
  * Purge old text records from the database
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @file
+ * @ingroup Maintenance
  * @author Rob Church <robchur@gmail.com>
  */
 
@@ -27,4 +27,3 @@ function ShowUsage() {
        echo( " help : Show this usage information\n" );
 }
 
-?>
\ No newline at end of file