sean Thu Oct 28 10:06:42 2004 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-affected-rows.xml
Log:
grammar
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.16
phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.17
--- phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.16 Thu Oct 28
04:40:54 2004
+++ phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml Thu Oct 28 10:06:42
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-affected-rows">
<refnamediv>
@@ -43,7 +43,7 @@
were literally affected by the query.
</para>
<para>
- REPLACE statement deletes the record with the same primary key first and
+ The REPLACE statement first deletes the record with the same primary key and
then inserts the new record. This function returns the number of deleted
records plus the number of inserted records.
</para>