Skip to content

Commit

Permalink
Update status.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue committed Sep 19, 2024
1 parent 3d1c519 commit 9cb114c
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 @@ -264,7 +264,7 @@ function formatTimeLength($length) {
$str2 = $str2."&group_name=".htmlentities(trim($_GET['group_name']),ENT_QUOTES);
}
}else{
$sql0="select solution.*,users.nick,users.group_name,users.starred from solution ";
$sql0="select solution.*,users.nick,users.group_name,users.starred from solution inner join users on solution.user_id=users.user_id";
}

$showsim = isset($_GET['showsim']) ? intval($_GET['showsim']) : 0;
Expand Down

0 comments on commit 9cb114c

Please sign in to comment.