From 70dc7993be7a89c7809c74dc8606d071abf962d1 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 2 Feb 2013 15:00:13 +0000 Subject: We DO only have one queue for now. --- mod/admin.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mod/admin.php') 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); -- cgit v1.2.3