]> git.mxchange.org Git - friendica.git/commitdiff
"exists", "select" whre is the difference?
authorMichael <heluecht@pirati.ca>
Fri, 15 Sep 2017 06:15:25 +0000 (06:15 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 15 Sep 2017 06:15:25 +0000 (06:15 +0000)
include/dba.php

index d6a1727d6bb9cf9865f3553cbb647d6a2e9a61df..9bf7a67d46de9cdc5055e7195ba97d0ce1cc8996 100644 (file)
@@ -672,7 +672,7 @@ class dba {
        /**
         * @brief Fetches the first row
         *
-        * Please use dba::select or dba::select whenever this is possible.
+        * Please use dba::select or dba::exists whenever this is possible.
         *
         * @param string $sql SQL statement
         * @return array first row of query