From 43dcfae4af1a0a8740c92bf0ae4c524eb66555d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 16 Oct 2005 06:44:38 +0000 Subject: [PATCH] * Removed unused getContentFields() function --- includes/Article.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 22a35b5858..1f8bfd99e4 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -227,16 +227,6 @@ class Article { } - /** - * Return an array of the columns of the "cur"-table - */ - function getContentFields() { - return $wgArticleContentFields = array( - 'old_text','old_flags', - 'rev_timestamp','rev_user', 'rev_user_text', 'rev_comment','page_counter', - 'page_namespace', 'page_title', 'page_restrictions','page_touched','page_is_redirect' ); - } - /** * Return the oldid of the article that is to be shown. * For requests with a "direction", this is not the oldid of the -- 2.20.1