[PHP-DOC] cvs: phpdoc /en/functions ldap.xml From: Stig Venaas (venaas <email protected>)
Date: 10/25/00

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>