diff options
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 1 |
1 files changed, 1 insertions, 0 deletions
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), |