Skip to content

Commit

Permalink
Update status.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Sep 16, 2024
1 parent fbf9172 commit 838c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function formatTimeLength($length) {
else
$view_status[$i][6] = $language_name[$row['language']];

if( (!(isset($OJ_OLD_FASHINED) && $OJ_OLD_FASHINED )) && ($OJ_TEMPLATE=="syzoj" || $OJ_TEMPLATE=="bs3" ) ) {
if( (!(isset($OJ_OLD_FASHINED) && $OJ_OLD_FASHINED )) && ($OJ_TEMPLATE=="syzoj" || $OJ_TEMPLATE=="bs3" ) && $OJ_AUTO_SHOW_OFF ) {
$edit_link="problem.php";
}else {
$edit_link="submitpage.php";
Expand Down

0 comments on commit 838c470

Please sign in to comment.