]> git.mxchange.org Git - friendica.git/commitdiff
And the rest of the new lines
authorMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 09:55:28 +0000 (09:55 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 09:55:28 +0000 (09:55 +0000)
src/Database/Database.php
src/Model/Contact.php

index ca525cd370850be87d01bfb1834595b08a897d16..3afbfbc8f209ccf58f9828c82b7b4fbfe5786f48 100644 (file)
@@ -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.
index b53c63afc3d715c84209cb56affa2a00e5b58450..01dc0d0126f8ddd56dc8e3a0fa7c70e2dfa5dcc9 100644 (file)
@@ -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.
         *