mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=25366
This commit is contained in:
parent
65625c50ad
commit
b519207cee
|
@ -35,7 +35,7 @@ function handle_main($user) {
|
|||
page_head("Job submission and control");
|
||||
|
||||
$first = true;
|
||||
$batches = BoincBatch::enum("user_id = $user->id");
|
||||
$batches = BoincBatch::enum("user_id = $user->id order by id desc");
|
||||
|
||||
foreach ($batches as $batch) {
|
||||
if ($batch->state < BATCH_STATE_COMPLETE) {
|
||||
|
|
Loading…
Reference in New Issue