From d2acb52f9e545518b7a70375b12a7832c443db8d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 29 Apr 2002 09:47:25 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80394 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-error.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index 3b802154ca..e4d217ccbb 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ mysql_errno), so if you want to use it, make sure you check the value before calling another MySQL function. - mysql_errno Example + mysql_error Example