didou Sun Feb 4 14:24:14 2007 UTC
Modified files: /phpdoc/en/reference/mysql/functions mysql-field-len.xml Log: s/name/length http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-field-len.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/mysql/functions/mysql-field-len.xml diff -u phpdoc/en/reference/mysql/functions/mysql-field-len.xml:1.8 phpdoc/en/reference/mysql/functions/mysql-field-len.xml:1.9 --- phpdoc/en/reference/mysql/functions/mysql-field-len.xml:1.8 Thu Mar 31 07:47:25 2005 +++ phpdoc/en/reference/mysql/functions/mysql-field-len.xml Sun Feb 4 14:24:13 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.mysql-field-len"> <refnamediv> <refname>mysql_field_len</refname> @@ -32,7 +32,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The name of the specified field index on success, or &false; on failure. + The length of the specified field index on success, or &false; on failure. </para> </refsect1>