diff --git a/web/app/controllers/user_info.php b/web/app/controllers/user_info.php index d0917b5..91ebbbc 100644 --- a/web/app/controllers/user_info.php +++ b/web/app/controllers/user_info.php @@ -127,16 +127,17 @@ $ac_problems = DB::selectAll("select a.problem_id as problem_id, b.title as title from best_ac_submissions a inner join problems b on a.problem_id = b.id where submitter = '{$user['username']}';"); ?>