And the rest of the new lines

这个提交包含在:
Michael 2020-01-19 09:55:28 +00:00
父节点 cdbc94a9e1
当前提交 572a3f1180
共有 2 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -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.

查看文件

@ -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.
*