]> git.mxchange.org Git - friendica.git/commitdiff
Improve comment
authorHypolite Petovan <ben.lort@gmail.com>
Fri, 7 Oct 2016 12:33:13 +0000 (08:33 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Fri, 7 Oct 2016 12:33:13 +0000 (08:33 -0400)
include/dba.php

index 9ccdcd130413862d327d1ace1ff65ac51961a227..86a3762b44f041945891eca407e5e31269fd7b77 100644 (file)
@@ -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
         *