From: Friendika Date: Tue, 30 Aug 2011 00:52:31 +0000 (-0700) Subject: don't deliver on first pass if already queued X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e79b140f038732b340fed70a1d88bdf2b950189;p=friendica.git don't deliver on first pass if already queued --- diff --git a/boot.php b/boot.php index 595dc1fef8..46f1e318c0 100644 --- a/boot.php +++ b/boot.php @@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1086' ); +define ( 'FRIENDIKA_VERSION', '2.2.1087' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1084 ); diff --git a/include/notifier.php b/include/notifier.php index 1c71538d70..8d2aa961cf 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -411,6 +411,7 @@ function notifier_run($argv, $argc){ proc_run('php','include/delivery.php',$cmd,$item_id,$contact['id']); if($interval) @time_sleep_until(microtime(true) + (float) $interval); + continue; } $deliver_status = 0;