Changeset 1040
- Timestamp:
- 03/22/09 13:12:00 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
common/score.php (modified) (1 diff)
-
eval/eval (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/score.php
r852 r1040 5 5 require_once(IA_ROOT_DIR . "common/db/task.php"); 6 6 7 function score_update_for_job($score, $time, $user_id, $task_id )7 function score_update_for_job($score, $time, $user_id, $task_id, $round_id) 8 8 { 9 $rounds = task_get_parent_rounds($task_id); 10 foreach ($rounds as $round_id) { 11 $round = round_get($round_id); 12 round_event_job_score($round, $score, $time, $user_id, $task_id); 13 } 9 $round = round_get($round_id); 10 round_event_job_score($round, $score, $time, $user_id, $task_id); 14 11 } 15 12 -
trunk/eval/eval
r767 r1040 58 58 $job['submit_time'], 59 59 $job['user_id'], 60 $job['task_id']); 60 $job['task_id'], 61 $job['round_id']); 61 62 } 62 63
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)