jimw            Mon Jan 22 17:26:21 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mysql.xml 
  Log:
  not return of mysql_affected_row when query had failed
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.33 phpdoc/en/functions/mysql.xml:1.34
--- phpdoc/en/functions/mysql.xml:1.33  Sat Jan 20 13:08:27 2001
+++ phpdoc/en/functions/mysql.xml       Mon Jan 22 17:26:21 2001
@@ -61,6 +61,9 @@
      statements which modify records. To retrieve the number of rows
      returned from a SELECT, use <function>mysql_num_rows</function>.
     </para>
+    <para>
+     If the last query failed, this function will return -1.
+    </para>
    </refsect1>
   </refentry>
 


Reply via email to