Removed CVS keywords from files, to make merging between branches
[lhc/web/wiklou.git] / includes / Article.php
index ae99a95..2a4f5e0 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * File for articles
- * @version $Id$
  * @package MediaWiki
  */
 
@@ -20,7 +19,6 @@ $wgArticleOldContentFields = false;
  * Note: edit user interface and cache support functions have been
  * moved to separate EditPage and CacheManager classes.
  *
- * @version $Id$
  * @package MediaWiki
  */
 class Article {