diff options
author | friendica <info@friendica.com> | 2015-03-04 18:23:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 18:23:54 -0800 |
commit | ad3b4da3ff5751a5e0da6ba7e46a4fc8731d4d28 (patch) | |
tree | 335d04980b4b7010a232fa003303230902b098e1 /include/deliver.php | |
parent | 1d5d80808ca1463e67f7586f8c804347f3dfb5f4 (diff) | |
download | volse-hubzilla-ad3b4da3ff5751a5e0da6ba7e46a4fc8731d4d28.tar.gz volse-hubzilla-ad3b4da3ff5751a5e0da6ba7e46a4fc8731d4d28.tar.bz2 volse-hubzilla-ad3b4da3ff5751a5e0da6ba7e46a4fc8731d4d28.zip |
missing comma
Diffstat (limited to 'include/deliver.php')
-rw-r--r-- | include/deliver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/deliver.php b/include/deliver.php index 95fb19a79..498440271 100644 --- a/include/deliver.php +++ b/include/deliver.php @@ -29,7 +29,7 @@ function deliver_run($argv, $argc) { ); if($y && $y[0]['site_update'] < datetime_convert('UTC','UTC','now - 1 month')) { q("update outq set outq_priority = %d where outq_hash = '%s'", - intval($r[0]['outq_priority'] + 10) + intval($r[0]['outq_priority'] + 10), dbesc($r[0]['outq_hash']) ); logger('immediate delivery deferred for site ' . $base); |