Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -109,8 +109,7 @@ |
110 | 110 | * join_conds => JOIN conditions |
111 | 111 | * |
112 | 112 | * 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. |
115 | 114 | * |
116 | 115 | * These may be stored in the querycache table for expensive queries, |
117 | 116 | * and that cached data will be returned sometimes, so the presence of |