dbs             Wed Mar  9 19:02:49 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pdo/functions  PDO-lastInsertId.xml 
  Log:
  Commit correction contributed by King Wez.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.5 
phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.5  Wed Mar  9 
18:29:35 2005
+++ phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml      Wed Mar  9 
19:02:49 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.PDO-lastInsertId">
    <refnamediv>
@@ -61,7 +61,8 @@
     </para>
     <para>
      If the PDO driver does not support this capability,
-     <function>PDO::lastInsertID</function> issues a PDOWarning exception.
+     <function>PDO::lastInsertID</function> triggers an
+     <literal>IM001</literal> SQLSTATE.
     </para>
    </refsect1>
 

Reply via email to