From: Michael Date: Sun, 19 Jan 2020 09:55:28 +0000 (+0000) Subject: And the rest of the new lines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=572a3f1180183fc9ff46ef6b39224e0eea224f23;p=friendica.git And the rest of the new lines --- diff --git a/src/Database/Database.php b/src/Database/Database.php index ca525cd370..3afbfbc8f2 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -428,6 +428,7 @@ class Database /** * Executes a prepared statement that returns data + * * @usage Example: $r = p("SELECT * FROM `item` WHERE `guid` = ?", $guid); * * Please only use it with complicated queries. diff --git a/src/Model/Contact.php b/src/Model/Contact.php index b53c63afc3..01dc0d0126 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2235,6 +2235,7 @@ class Contact /** * Takes a $uid and a url/handle and adds a new contact + * * Currently if the contact is DFRN, interactive needs to be true, to redirect to the * dfrn_request page. *