diff --git a/functions/msql.xml b/functions/msql.xml index 232a8d045d..0183d0192e 100644 --- a/functions/msql.xml +++ b/functions/msql.xml @@ -1,4 +1,4 @@ - + mSQL functions mSQL @@ -360,7 +360,7 @@ The second optional argument result_type in msql_fetch_array is a constant and can - take the following values: MSQL_ASSOC, MSQL_NUM, and MYSQL_BOTH. + take the following values: MSQL_ASSOC, MSQL_NUM, and MSQL_BOTH. Be careful if you are retrieving results from a query that may diff --git a/functions/mysql.xml b/functions/mysql.xml index 6f285def6e..77a79674e4 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,4 +1,4 @@ - + MySQL functions MySQL @@ -1704,7 +1704,7 @@ echo "$num_rows Rows\n"; eg. ":/path/to/socket" for the localhost. - Support for ":port" wass added in 3.0B4. + Support for ":port" was added in 3.0B4. Support for the ":/path/to/socket" was added in