And the rest of the new lines

This commit is contained in:
Michael 2020-01-19 09:55:28 +00:00
parent cdbc94a9e1
commit 572a3f1180
2 changed files with 2 additions and 0 deletions

View File

@ -428,6 +428,7 @@ class Database
/** /**
* Executes a prepared statement that returns data * Executes a prepared statement that returns data
*
* @usage Example: $r = p("SELECT * FROM `item` WHERE `guid` = ?", $guid); * @usage Example: $r = p("SELECT * FROM `item` WHERE `guid` = ?", $guid);
* *
* Please only use it with complicated queries. * Please only use it with complicated queries.

View File

@ -2235,6 +2235,7 @@ class Contact
/** /**
* Takes a $uid and a url/handle and adds a new 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 * Currently if the contact is DFRN, interactive needs to be true, to redirect to the
* dfrn_request page. * dfrn_request page.
* *