georg Wed Jun 11 09:00:49 2003 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-affected-rows.xml
Log:
removed parenthesis
Index: phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml:1.6 Sun May 25
15:09:28 2003
+++ phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml Wed Jun 11
09:00:48 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-affected-rows">
<refnamediv>
<refname>mysqli_affected_rows</refname>
@@ -25,7 +25,7 @@
<para>
The <function>mysqli_affected_rows</function> function only works with queries
which modify
a table. In order to return the number of rows from a SELECT query, use the
- <function>mysqli_num_rows()</function> function instead.
+ <function>mysqli_num_rows</function> function instead.
</para>
<para>
<example>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php