Skip to content

Commit db24107

Browse files
authored
Update contestrank4.php
1 parent d75eaa2 commit db24107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/web/contestrank4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Add($pid,$sec,$res) {
3232
//echo "Add $pid $sec $res<br>";
3333
if ($sec<0) return; // restarted contest ignore previous submission
3434

35-
if (isset($this->p_ac_sec[$pid]) || $this->p_ac_sec[$pid]<0)
35+
if (isset($this->p_ac_sec[$pid]))
3636
return;
3737

3838
if ($res!=4) {

0 commit comments

Comments
 (0)