diff options
author | friendica <info@friendica.com> | 2012-07-31 17:55:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-31 17:55:27 -0700 |
commit | 7a0894287268658361c90e2f4d1b77f8ca5739a6 (patch) | |
tree | 34d2de1842f9363be40ec6b27a026df5aa9dc699 /include/delivery.php | |
parent | 65160ffd12500260ffd723bcffe721a3cc38d7da (diff) | |
download | volse-hubzilla-7a0894287268658361c90e2f4d1b77f8ca5739a6.tar.gz volse-hubzilla-7a0894287268658361c90e2f4d1b77f8ca5739a6.tar.bz2 volse-hubzilla-7a0894287268658361c90e2f4d1b77f8ca5739a6.zip |
remember that the main thing is to keep the main thing the main thing...
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), |