From 39c17adc0b1d735b614b88eb4f44af02db5ba7b9 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Mar 2015 11:20:52 -0800 Subject: remove broken sql query from early queue manager. --- mod/admin.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod/admin.php') diff --git a/mod/admin.php b/mod/admin.php index f97c15786..35e43252c 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -590,9 +590,6 @@ function admin_page_dbsync(&$a) { function admin_page_queue($a) { $o = ''; - $r = q("select count(outq_posturl) as total, outq_posturl, max(hubloc_connected) as connected from outq - where outq_delivered = 0 group by outq_posturl order by total desc"); - if($_REQUEST['drophub']) { require_once('hubloc.php'); hubloc_mark_as_down($_REQUEST['drophub']); -- cgit v1.2.3