From 483d1a1bcbe88408b60db8374b05847717cb47cb Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 10 Jan 2018 10:51:49 -0500 Subject: [PATCH] Rename selectOne to selectFirst in comment --- include/dba.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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