diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-26 11:28:14 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-26 11:28:14 +0000 |
commit | 9bb4011d06ea64af4b357468e08521d4295e52d3 (patch) | |
tree | 287ae9606dad743d253701d26ad2a4fec8581e30 | |
parent | 79527dd539708f53445cf03dc213bddc8b2614b1 (diff) | |
download | php-git-9bb4011d06ea64af4b357468e08521d4295e52d3.tar.gz |
Proto fixed.
-rw-r--r-- | ext/ldap/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 78c4f12d1d..8451c637f9 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -1371,7 +1371,7 @@ PHP_FUNCTION(ldap_error) { /* {{{ proto int ldap_compare(int link, string dn, string attr, string value) - Determine if an entry has a specific value for one of its attributes. */ + Determine if an entry has a specific value for one of its attributes */ PHP_FUNCTION(ldap_compare) { pval **link, **dn, **attr, **value; char *ldap_dn, *ldap_attr, *ldap_value; |