From 552785d09b64ca8725eb7544a2c947acfe5cab45 Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Wed, 25 Oct 2000 17:25:02 +0000 Subject: [PATCH] Fixed minor bug in ldap_get_option example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34496 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index 1ceebf3828..b635d71769 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -940,7 +940,7 @@ return_value[i]["attribute"][j] = jth value of attribute in ith entry 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";