diff --git a/admin/user_list.php b/admin/user_list.php index e409491..b85e39a 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -32,7 +32,7 @@ if(user_valid_type($show_types) == false) $show_types = array('judge'); $show_complete = ($_GET['show_complete'] == 'yes') ? 'yes' : 'no'; - $show_year = ($_GET['show_year'] == 'all') ? 'all' : 'current'; + $show_year = ($_GET['show_year'] == 'current') ? 'current' : 'all'; $uid = intval($_GET['uid']); @@ -99,7 +99,7 @@ function neweditor() echo "