From: Roland Häder Date: Thu, 15 Dec 2016 08:52:15 +0000 (+0100) Subject: Garrr ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f89044ed614350a3f503998eb6bc7442ccda878b;p=friendica.git Garrr ... Signed-off-by: Roland Häder --- diff --git a/include/queue_fn.php b/include/queue_fn.php index d7d3279133..9dcefdd244 100644 --- a/include/queue_fn.php +++ b/include/queue_fn.php @@ -42,7 +42,7 @@ function was_recently_delayed($cid) { $was_delayed = !dbm::is_result($r); } - return $was_delayed;; + return $was_delayed; }