We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db24107 commit 4603af9Copy full SHA for 4603af9
1 file changed
trunk/web/contestrank5.php
@@ -29,7 +29,7 @@ function TM(){
29
}
30
function Add($pid,$sec,$res,$result){
31
// echo "Add $pid $sec $res<br>";
32
- if (isset($this->p_ac_sec[$pid]) || $this->p_ac_sec[$pid]<0)
+ if (isset($this->p_ac_sec[$pid]))
33
return;
34
if ($result!=4){
35
//$this->p_ac_sec[$pid]=0;
0 commit comments