From 7a0894287268658361c90e2f4d1b77f8ca5739a6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 31 Jul 2012 17:55:27 -0700 Subject: remember that the main thing is to keep the main thing the main thing... --- include/delivery.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/delivery.php') diff --git a/include/delivery.php b/include/delivery.php index 8f4f1fc39..0d84b4626 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -65,6 +65,7 @@ function delivery_run($argv, $argc){ } // It's ours to deliver. Remove it from the queue. + // should probably set to "pending" or some such q("delete from deliverq where cmd = '%s' and item = %d and contact = %d limit 1", dbesc($cmd), -- cgit v1.2.3