tom             Tue Mar 26 18:12:10 2002 EDT

  Modified files:              
    /phpdoc/de/functions        oci8.xml 
  Log:
  typo, reformatted code
  
Index: phpdoc/de/functions/oci8.xml
diff -u phpdoc/de/functions/oci8.xml:1.21 phpdoc/de/functions/oci8.xml:1.22
--- phpdoc/de/functions/oci8.xml:1.21   Sat Feb  2 10:34:06 2002
+++ phpdoc/de/functions/oci8.xml        Tue Mar 26 18:12:09 2002
@@ -346,7 +346,8 @@
 }
 
 function insert_data($conn)
-{ $stmt = ociparse($conn,"insert into scott.hallo values('$conn' || ' ' || 
to_char(sysdate,'DD-MON-YY HH24:MI:SS'))");
+{ $stmt = ociparse($conn,"insert into scott.hallo
+                   values('$conn' || ' ' || to_char(sysdate,'DD-MON-YY 
+HH24:MI:SS'))");
   ociexecute($stmt,OCI_DEFAULT);
   echo $conn." inserted hallo\n\n";
 }
@@ -1327,7 +1328,7 @@
      <methodsynopsis>
       <type>int</type><methodname>OCIParse</methodname>
       <methodparam><type>int</type><parameter>conn</parameter></methodparam>
-      <methodparam><type>strint</type><parameter>query</parameter></methodparam>
+      <methodparam><type>string</type><parameter>query</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      <function>OCIParse</function> analysiert die <parameter>query</parameter> 


Reply via email to