mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 10:31:37 +00:00
Update requests.php
This commit is contained in:
parent
8bc496a001
commit
ddfb92291d
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$SphQL = new SphinxqlQuery();
|
$SphQL = new SphinxqlQuery();
|
||||||
$SphQL->select('id, votes, bounty')->from('requests, requests_delta');
|
$SphQL->select('id, votes, bounty, lastvote, timefilled, year, timeadded')->from('requests, requests_delta');
|
||||||
|
|
||||||
$SortOrders = array(
|
$SortOrders = array(
|
||||||
'votes' => 'votes',
|
'votes' => 'votes',
|
||||||
|
Loading…
Reference in New Issue
Block a user