mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
"item" is replaced whenever possible at the moment
This commit is contained in:
parent
0fe37b123a
commit
8f27715d8b
9 changed files with 21 additions and 21 deletions
|
@ -1512,7 +1512,7 @@ class Database
|
|||
*
|
||||
*
|
||||
* Example:
|
||||
* $table = 'item';
|
||||
* $table = 'post';
|
||||
* or:
|
||||
* $table = ['schema' => 'table'];
|
||||
* @see DBA::buildTableString()
|
||||
|
@ -1575,7 +1575,7 @@ class Database
|
|||
* @return int
|
||||
*
|
||||
* Example:
|
||||
* $table = "item";
|
||||
* $table = "post";
|
||||
*
|
||||
* $condition = ["uid" => 1, "network" => 'dspr'];
|
||||
* or:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue