Ignore:
Timestamp:
03/17/10 00:06:03 (2 years ago)
Author:
savin.tiberiu@…
Message:

The long awaited moment. *drumroll*

Split ia score.

Scores are now separated from the ratings. Also the rankings macro can take detail_round and detail_task parameters to add more columns.

REVIEW URL: http://reviewboard.infoarena.ro/r/64/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/score.php

    r1046 r1110  
    1919    $rduration = getattr($rparams, 'duration', 10000000) * 60 * 60; 
    2020    if ($time >= $rstart && $time <= $rstart + $rduration) { 
    21         score_update('score', $user_id, $task_id, $round['id'], $score); 
     21        score_update($user_id, $task_id, $round['id'], $score); 
    2222    } 
    2323} 
Note: See TracChangeset for help on using the changeset viewer.