diff --git a/functions/mysql.xml b/functions/mysql.xml index a894bf24a8..59c964b5ba 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -2211,14 +2211,14 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) { Description - intmysql_get_server_info + stringmysql_get_server_info resourcelink_identifier mysql_get_server_info returns the server version used by connection link_identifier. If - link_identifier is omited, the last opened + link_identifier is omitted, the last opened connection will be used.