]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBA.php
"item" is replaced whenever possible at the moment
[friendica.git] / src / Database / DBA.php
index 41ab456b899b4f2f5af492567aa16f2314338402..3bdcfb617a507008e94c24cbff25f08393f286b1 100644 (file)
@@ -478,7 +478,7 @@ class DBA
         * @return boolean|object
         *
         * Example:
-        * $table = "item";
+        * $table = "post";
         * $fields = array("id", "uri", "uid", "network");
         *
         * $condition = array("uid" => 1, "network" => 'dspr');
@@ -505,7 +505,7 @@ class DBA
         * @return int
         *
         * Example:
-        * $table = "item";
+        * $table = "post";
         *
         * $condition = ["uid" => 1, "network" => 'dspr'];
         * or: