From 9dd65fe914018e4609b50844d7cbbb2dc7ea4e0a Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Fri, 30 Mar 2007 22:53:12 +0000 Subject: [PATCH] "comment" and "user" are reserved words in Oracle --- includes/SpecialNewpages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 928ae15748..f69b5b98d3 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -50,9 +50,9 @@ class NewPagesPage extends QueryPage { rc_namespace AS namespace, rc_title AS title, rc_cur_id AS cur_id, - rc_user AS user, + rc_user AS \"user\", rc_user_text AS user_text, - rc_comment as comment, + rc_comment as \"comment\", rc_timestamp AS timestamp, rc_timestamp AS value, '{$usepatrol}' as usepatrol, -- 2.20.1