From 7feeb49ab5765ee55190bec92f211e2342bfe2d5 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 22 Dec 2010 19:57:31 +0000 Subject: [PATCH] Remove nonsense comment about order being relevant --- includes/QueryPage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index cf3e0d03a0..f0efce0c06 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -109,8 +109,7 @@ abstract class QueryPage extends SpecialPage { * join_conds => JOIN conditions * * Note that the query itself should return the following three columns: - * 'namespace', 'title', and 'value' - * *in that order*. 'value' is used for sorting. + * 'namespace', 'title', and 'value'. 'value' is used for sorting. * * These may be stored in the querycache table for expensive queries, * and that cached data will be returned sometimes, so the presence of -- 2.20.1