alindeman               Sun May 12 14:53:05 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-affected-rows.xml 
  Log:
  Typo, i guess...
  
  
Index: phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.4     Sun Apr 21 
09:08:45 2002
+++ phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml Sun May 12 14:53:04 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-affected-rows">
    <refnamediv>
@@ -91,7 +91,7 @@
 
     /* Update records */
     mysql_query("UPDATE mytable SET used=1 WHERE id < 10");
-    printf ("Updated records: %d\n", mysql_affected_rpws());
+    printf ("Updated records: %d\n", mysql_affected_rows());
 mysql_query("COMMIT");
 ?>
 ]]>


Reply via email to