make it a bit cleared: users should not modify the file
[lhc/web/wiklou.git] / includes / UpdateClasses.php
index b36c569..e6da731 100644 (file)
@@ -1,11 +1,17 @@
 <?php
-# See deferred.doc
-require_once( 'UserUpdate.php' );
-require_once( 'ViewCountUpdate.php' );
+/**
+ * See deferred.txt
+ *
+ * @package MediaWiki
+ */
+
+/**
+ *
+ */
+
 require_once( 'SiteStatsUpdate.php' );
 require_once( 'LinksUpdate.php' );
 require_once( 'SearchUpdate.php' );
-require_once( 'UserTalkUpdate.php' );
 require_once( 'SquidUpdate.php' );
 
-?>
+?>
\ No newline at end of file