]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/Database.php
Merge pull request #9884 from annando/update-in-maintenance
[friendica.git] / src / Database / Database.php
index a95b1ad69ecf8986bee61a34e60a68c61cf84e4e..ae06f00e26cd5562e425008b773a833eb777855e 100644 (file)
@@ -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