Date: 10/25/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions mhash.xml"
- Previous message: Damien Seguy: "[PHP-DOC] CVS down?"
- Next in thread: Jani Taskinen: "[PHP-DOC] cvs: phpdoc /en/functions ldap.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
venaas Wed Oct 25 10:25:03 2000 EDT
Modified files:
/phpdoc/en/functions ldap.xml
Log:
Fixed minor bug in ldap_get_option example
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.19 phpdoc/en/functions/ldap.xml:1.20
--- phpdoc/en/functions/ldap.xml:1.19 Sun Oct 22 16:03:13 2000
+++ phpdoc/en/functions/ldap.xml Wed Oct 25 10:25:02 2000
@@ -940,7 +940,7 @@
if (ldap_get_option($ds, LDAP_OPT_PROTOCOL_VERSION, $version))
echo "Using protocol version $version";
else
- echo "Unable to determine protocol version $version";
+ echo "Unable to determine protocol version";
</programlisting>
</example>
</para>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions mhash.xml"
- Previous message: Damien Seguy: "[PHP-DOC] CVS down?"
- Next in thread: Jani Taskinen: "[PHP-DOC] cvs: phpdoc /en/functions ldap.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

