Improve comment

pull/2836/head
Hypolite Petovan 2016-10-07 08:33:13 -04:00
rodzic b8d6dc5912
commit bb800f2992
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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