From 9f149fd9f555630c154ce8684eeff0232008b130 Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Tue, 7 Aug 2001 05:21:26 +0000 Subject: [PATCH] Typo (bug#12347) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53641 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/msql.xml | 4 ++-- functions/mysql.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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