From: Adam Magness Date: Fri, 24 Nov 2017 01:59:00 +0000 (-0500) Subject: whitespace X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9df0457340b6497ccc2ccce0f99f18bb9274f9e0;p=friendica.git whitespace remove whitespace --- diff --git a/src/Object/Contact.php b/src/Object/Contact.php index d799a7d892..fff82e600d 100644 --- a/src/Object/Contact.php +++ b/src/Object/Contact.php @@ -501,7 +501,6 @@ class Contact extends BaseObject AND `pending` = 0 LIMIT %d, %d", intval($uid), intval($uid), intval($start), intval($count) ); - return $r; }