]> git.mxchange.org Git - friendica.git/commitdiff
Rename selectOne to selectFirst in comment
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 10 Jan 2018 15:51:49 +0000 (10:51 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 10 Jan 2018 17:57:21 +0000 (12:57 -0500)
include/dba.php

index 293bfdc00233f7005ec43b1c850c31ecaeceae44..32fa88d95a24af6c34748f6b9041153d5e806f3e 100644 (file)
@@ -587,8 +587,8 @@ class dba {
 
        /**
         * Fetches the first row
-        * 
-        * Please use dba::selectOne or dba::exists whenever this is possible.
+        *
+        * Please use dba::selectFirst or dba::exists whenever this is possible.
         *
         * @brief Fetches the first row
         * @param string $sql SQL statement
@@ -1086,7 +1086,7 @@ class dba {
 
        /**
         * Retrieve a single record from a table and returns it in an associative array
-        * 
+        *
         * @brief Retrieve a single record from a table
         * @param string $table
         * @param array  $fields