- display number of results in overview, fixes #195

This commit is contained in:
Michael Kaufmann (d00p)
2010-05-04 06:43:23 +00:00
parent 36ed2b4dc2
commit 29a949d3d2
11 changed files with 14 additions and 8 deletions

View File

@@ -93,6 +93,7 @@ if($page == 'admins'
$i++;
}
$admincount = $db->num_rows($result);
eval("echo \"" . getTemplate("admins/admins") . "\";");
}
elseif($action == 'su')