yannick Sun Mar 25 18:08:03 2007 UTC
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-row.xml
Log:
typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.19
phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.20
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.19 Sun Mar
25 10:51:56 2007
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml Sun Mar 25
18:08:03 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<refentry id="function.mysqli-fetch-row">
<refnamediv>
<refname>mysqli_fetch_row</refname>
@@ -42,7 +42,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- <function>mysqli_fetch_row</function> returns an array of strnigs that
corresponds to the fetched row
+ <function>mysqli_fetch_row</function> returns an array of strings that
corresponds to the fetched row
or &null; if there are no more rows in result set.
</para>
&database.fetch-null;