(bug 17497) Oasis opendocument added to mime.types (odg otg odt ott odp otp ods ots)
[lhc/web/wiklou.git] / maintenance / update.php
index cf38017..3f48413 100644 (file)
@@ -3,8 +3,11 @@ require_once 'counter.php';
 /**
  * Run all updaters.
  *
+ * This is used when the database schema is modified and we need to apply patches.
+ *
+ * @file
  * @todo document
- * @addtogroup Maintenance
+ * @ingroup Maintenance
  */
 
 /** */
@@ -60,4 +63,4 @@ do_all_updates( $shared, $purge );
 
 print "Done.\n";
 
-?>
+