Skip to content

Commit 4603af9

Browse files
authored
Update contestrank5.php
1 parent db24107 commit 4603af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/web/contestrank5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function TM(){
2929
}
3030
function Add($pid,$sec,$res,$result){
3131
// echo "Add $pid $sec $res<br>";
32-
if (isset($this->p_ac_sec[$pid]) || $this->p_ac_sec[$pid]<0)
32+
if (isset($this->p_ac_sec[$pid]))
3333
return;
3434
if ($result!=4){
3535
//$this->p_ac_sec[$pid]=0;

0 commit comments

Comments
 (0)