From: Aaron Schulz Date: Sun, 22 Jul 2007 03:26:50 +0000 (+0000) Subject: *Store page_id in ar_page X-Git-Tag: 1.31.0-rc.0~51997 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=92d6c5d9c6735706b32c2e213a02e93a89aca656;p=lhc%2Fweb%2Fwiklou.git *Store page_id in ar_page --- 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'