X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d26c8da41e0186d35af10ce7d005d0837803fa52..07b86e486dc9afa2f10ba50c85e2c1b108128892:/login/list.php diff --git a/login/list.php b/login/list.php index 1f049d8..4883da6 100644 --- a/login/list.php +++ b/login/list.php @@ -14,11 +14,15 @@ if (@$Place['order'] == 'seen') { array_multisort($order, SORT_DESC, SORT_NUMERIC, $users); } +if (isset($Place['n'])) { + array_splice($users, $Place['n']); # limit number of results +} + print ' 5) { print ' class="cols"'; } print ">\n";