r78820 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78819‎ | r78820 | r78821 >
Date:19:57, 22 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Remove nonsense comment about order being relevant
Modified paths:
  • /trunk/phase3/includes/QueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/QueryPage.php
@@ -109,8 +109,7 @@
110110 * join_conds => JOIN conditions
111111 *
112112 * Note that the query itself should return the following three columns:
113 - * 'namespace', 'title', and 'value'
114 - * *in that order*. 'value' is used for sorting.
 113+ * 'namespace', 'title', and 'value'. 'value' is used for sorting.
115114 *
116115 * These may be stored in the querycache table for expensive queries,
117116 * and that cached data will be returned sometimes, so the presence of

Status & tagging log