sander Tue Oct 22 04:50:58 2002 EDT
Modified files:
/phpdoc/en/reference/oracle/functions ora-logon.xml
Log:
Fix example - #20020
Index: phpdoc/en/reference/oracle/functions/ora-logon.xml
diff -u phpdoc/en/reference/oracle/functions/ora-logon.xml:1.2
phpdoc/en/reference/oracle/functions/ora-logon.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-logon.xml:1.2 Wed Apr 17 02:42:31
2002
+++ phpdoc/en/reference/oracle/functions/ora-logon.xml Tue Oct 22 04:50:58 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oracle.xml, last change in rev 1.5 -->
<refentry id="function.ora-logon">
<refnamediv>
@@ -24,7 +24,7 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-$conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass");
+$conn = Ora_Logon("user@TNSNAME", "pass");
]]>
</programlisting>
</informalexample>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php