From ab649ee6b9885a3f4c1c781079d748b411c38926 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 6 Jun 2006 20:56:49 +0000 Subject: [PATCH] Remove some obsolete globals. --- includes/Article.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 9a729fbbed..4da96b81fa 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -9,11 +9,6 @@ */ require_once( 'CacheManager.php' ); -global $wgArticleCurContentFields, $wgArticleOldContentFields; - -$wgArticleCurContentFields = false; -$wgArticleOldContentFields = false; - /** * Class representing a MediaWiki article and history. * -- 2.20.1