svn path=/trunk/boinc/; revision=25366

This commit is contained in:
David Anderson 2012-03-02 08:22:29 +00:00
parent 65625c50ad
commit b519207cee
1 changed files with 1 additions and 1 deletions

View File

@ -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) {