diff --git a/web/template/syzoj/problemset.php b/web/template/syzoj/problemset.php index 2aca384..b841ace 100644 --- a/web/template/syzoj/problemset.php +++ b/web/template/syzoj/problemset.php @@ -85,6 +85,7 @@ $section = 8; $start = $page > $section ? $page - $section : 1; $end = $page + $section > $view_total_page ? $view_total_page : $page + $section; + $query_user_id = $_GET['query_user_id']; function get_query_user_id($query_user_id) { if (!isset($query_user_id)) @@ -102,12 +103,12 @@