fix: ranklist pagination_table
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-21 14:08:14 +08:00
parent 9517e4f8c7
commit 741269fc93
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -1024,5 +1024,6 @@ function echoRanklist($config = array()) {
}
$config['get_row_index'] = '';
$config['pagination_table'] = 'user_info';
echoLongTable($col_names, $from, $cond, $tail, $header_row, $print_row, $config);
}