Changeset 1039 for trunk/common


Ignore:
Timestamp:
03/21/09 23:17:37 (3 years ago)
Author:
bogdan2412
Message:

Virtual contest fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/job.php

    r1036 r1039  
    3838    // Check if task is new and hasn't been added to any rounds 
    3939    if (getattr($args, "round_id") == "" && 
     40        !task_get_parent_rounds($task["id"]) && 
    4041        security_query($user, 'task-submit', $task)) { 
    4142        unset($errors["round_id"]); 
Note: See TracChangeset for help on using the changeset viewer.