diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/admin.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/admin.php b/mod/admin.php index e411002e5..9a8a58cfc 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -172,10 +172,6 @@ function admin_page_summary(&$a) { $r = q("SELECT COUNT(id) as `count` FROM `register`"); $pending = $r[0]['count']; -// We don't seem to do anything like this anymore. Comment out just in case. -// $r = q("select count(*) as total from deliverq where 1"); -// $deliverq = (($r) ? $r[0]['total'] : 0); - $r = q("select count(*) as total from outq"); $queue = (($r) ? $r[0]['total'] : 0); |