mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-04-21 00:04:36 +00:00
parent
c222f736fe
commit
81520f1063
@ -105,7 +105,7 @@ if (isSuperUser($myUser)) {
|
||||
$table_config['div_classes'] = array('card', 'mb-3');
|
||||
$table_config['table_classes'] = array('table', 'uoj-table', 'mb-0', 'text-center');
|
||||
}
|
||||
echoLongTable(array('*'), 'contests', "status != 'finished'", 'order by start_time desc, id desc', $table_header,
|
||||
echoLongTable(array('*'), 'contests', "status != 'finished'", 'order by start_time asc, id asc', $table_header,
|
||||
echoContest,
|
||||
$table_config
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user