From: Hypolite Petovan Date: Wed, 10 Jan 2018 15:51:49 +0000 (-0500) Subject: Rename selectOne to selectFirst in comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=483d1a1bcbe88408b60db8374b05847717cb47cb;p=friendica.git Rename selectOne to selectFirst in comment --- diff --git a/include/dba.php b/include/dba.php index 293bfdc002..32fa88d95a 100644 --- a/include/dba.php +++ b/include/dba.php @@ -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