mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
"item" is replaced by "post-view" / postupdate check added
This commit is contained in:
parent
d29bad0cb2
commit
4157db5473
28 changed files with 104 additions and 782 deletions
|
@ -455,7 +455,7 @@ class Database
|
|||
/**
|
||||
* Executes a prepared statement that returns data
|
||||
*
|
||||
* @usage Example: $r = p("SELECT * FROM `item` WHERE `guid` = ?", $guid);
|
||||
* @usage Example: $r = p("SELECT * FROM `post` WHERE `guid` = ?", $guid);
|
||||
*
|
||||
* Please only use it with complicated queries.
|
||||
* For all regular queries please use DBA::select or DBA::exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue