diff options
author | friendica <info@friendica.com> | 2015-03-04 11:20:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 11:20:52 -0800 |
commit | 39c17adc0b1d735b614b88eb4f44af02db5ba7b9 (patch) | |
tree | c5b6f912c7f0227f04d18c29e591dcff2ddc1699 /mod/admin.php | |
parent | ba49060d0fe367fc07cacfbbbaa3320a224282c4 (diff) | |
download | volse-hubzilla-39c17adc0b1d735b614b88eb4f44af02db5ba7b9.tar.gz volse-hubzilla-39c17adc0b1d735b614b88eb4f44af02db5ba7b9.tar.bz2 volse-hubzilla-39c17adc0b1d735b614b88eb4f44af02db5ba7b9.zip |
remove broken sql query from early queue manager.
Diffstat (limited to 'mod/admin.php')
-rw-r--r-- | mod/admin.php | 3 |
1 files changed, 0 insertions, 3 deletions
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']); |