Improve comment

This commit is contained in:
Hypolite Petovan 2016-10-07 08:33:13 -04:00
parent b8d6dc5912
commit bb800f2992
1 changed files with 3 additions and 2 deletions

View 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
*