From 15e884736a327d9314f3f053987b3aedbc1bd159 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Fri, 5 Sep 2003 01:35:22 +0000 Subject: [PATCH] simplifying explanation, fixing typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139640 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-error.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index 5b68e1a290..7f58a62c31 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -1,5 +1,5 @@ - + @@ -20,8 +20,8 @@ Returns the error text from the last MySQL function, or '' (the empty string) if no error occurred. - If not connection is explicitely passed to the function, the last - successful connection will be used to retrieve the error message + If no link is explicitely passed to the function, the last + successful open link will be used to retrieve the error message from the MySQL server. @@ -59,13 +59,6 @@ - - - If the optional argument is specified the given link - is used to retrieve the error message. If not, the last - opened link is used. - - See also mysql_errno.