colder          Wed Sep  6 09:27:51 2006 UTC

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-affected-rows.xml 
  Log:
  Fix #38730 (Include REPLACE in the description)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.21 
phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.22
--- phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.21    Thu Mar 
31 07:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml Wed Sep  6 
09:27:51 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 <refentry id="function.mysql-affected-rows">
  <refnamediv>
   <refname>mysql_affected_rows</refname>
@@ -13,8 +13,8 @@
    <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Get the number of affected rows by the last INSERT, UPDATE or DELETE query
-   associated with <parameter>link_identifier</parameter>.  
+   Get the number of affected rows by the last INSERT, UPDATE, REPLACE 
+   or DELETE query associated with <parameter>link_identifier</parameter>.  
   </para>
  </refsect1>
 

Reply via email to