aboutsummaryrefslogtreecommitdiffstats
path: root/include/queue.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-28 22:55:40 -0700
committerfriendica <info@friendica.com>2014-08-28 22:55:40 -0700
commitc6b67518d64fc74524938510ad15e49538847179 (patch)
treedd1042f001808c3ffd5ce18c7aa24005e0109166 /include/queue.php
parent00004e1a12c74eb600919a3fe37c8f2c253a552f (diff)
downloadvolse-hubzilla-c6b67518d64fc74524938510ad15e49538847179.tar.gz
volse-hubzilla-c6b67518d64fc74524938510ad15e49538847179.tar.bz2
volse-hubzilla-c6b67518d64fc74524938510ad15e49538847179.zip
more queue tweaks
Diffstat (limited to 'include/queue.php')
-rw-r--r--include/queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/queue.php b/include/queue.php
index c1b891f3c..cd81e2aa4 100644
--- a/include/queue.php
+++ b/include/queue.php
@@ -51,7 +51,7 @@ function queue_run($argv, $argc){
$result = z_post_url($rr['outq_posturl'],$rr['outq_msg']);
if($result['success'] && $result['return_code'] < 300) {
logger('deliver: queue post success to ' . $rr['outq_posturl'], LOGGER_DEBUG);
- $y = q("update outq set outq_delivered = '%s' where outq_hash = '%s' limit 1",
+ $y = q("delete from outq where outq_hash = '%s' limit 1",
dbesc($rr['ouq_hash'])
);
}