mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Update requests.php
This commit is contained in:
parent
8bc496a001
commit
ddfb92291d
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$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(
|
||||
'votes' => 'votes',
|
||||
|
Loading…
Reference in New Issue
Block a user