- 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

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