didou           Mon Jan 22 02:48:08 2007 UTC

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-affected-rows.xml 
  Log:
  Remove useless note
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml:1.20 
phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml:1.21
--- phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml:1.20  Wed Sep 
 6 09:48:43 2006
+++ phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml       Mon Jan 
22 02:48:08 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
   <refentry id="function.mysqli-affected-rows">
  <refnamediv>
   <refname>mysqli_affected_rows</refname>
@@ -23,12 +23,6 @@
    INSERT, UPDATE, REPLACE or DELETE query associated with the provided 
<parameter>link</parameter>
    parameter. If the last query was invalid, this function will return -1.
   </para>
-  <note>
-   <para>
-    For SELECT statements <function>mysqli_affected_rows</function> works like
-    <function>mysqli_num_rows</function>.
-   </para>
-  </note>
   <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

Reply via email to