From: Roan Kattouw Date: Wed, 22 Dec 2010 19:57:31 +0000 (+0000) Subject: Remove nonsense comment about order being relevant X-Git-Tag: 1.31.0-rc.0~33176 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=7feeb49ab5765ee55190bec92f211e2342bfe2d5;p=lhc%2Fweb%2Fwiklou.git Remove nonsense comment about order being relevant --- 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