From 5a70855b7e9f463307b29ea70743bc76bd537a69 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 24 Mar 2002 23:43:40 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75091 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 8eb11a1313..89cf1e67de 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -2242,7 +2242,7 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) { mysql_get_proto_info returns the protocol 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.