From 92d6c5d9c6735706b32c2e213a02e93a89aca656 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 22 Jul 2007 03:26:50 +0000 Subject: [PATCH] *Store page_id in ar_page --- includes/Article.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index efc4f65192..9678961977 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2116,7 +2116,8 @@ class Article { 'ar_text_id' => 'rev_text_id', 'ar_text' => '\'\'', // Be explicit to appease 'ar_flags' => '\'\'', // MySQL's "strict mode"... - 'ar_len' => 'rev_len' + 'ar_len' => 'rev_len', + 'ar_page' => $id ), array( 'page_id' => $id, 'page_id = rev_page' -- 2.20.1