From bb800f29922827535167dc0380751727515baccb Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 7 Oct 2016 08:33:13 -0400 Subject: [PATCH] Improve comment --- include/dba.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/dba.php b/include/dba.php index 9ccdcd130..86a3762b4 100644 --- a/include/dba.php +++ b/include/dba.php @@ -91,8 +91,9 @@ class dba { return $this->db; } - /** Returns the MySQL server version string - * + /** + * @brief Returns the MySQL server version string + * * This function discriminate between the deprecated mysql API and the current * object-oriented mysqli API. Example of returned string: 5.5.46-0+deb8u1 *