Skip to content

Commit f2e481b

Browse files
authored
Update contestrank.xls.php
1 parent 90028e7 commit f2e481b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/web/contestrank.xls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Add($pid,$sec,$res,$mark_base,$mark_per_problem,$mark_per_punish){
2929
global $OJ_CE_PENALTY;
3030
// echo "Add $pid $sec $res<br>";
3131

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 ($res!=4){
3535
//$this->p_ac_sec[$pid]=0;

0 commit comments

Comments
 (0)