]> granicus.if.org Git - php/commitdiff
Proto fixed.
authorEgon Schmid <eschmid@php.net>
Wed, 26 Jul 2000 11:28:14 +0000 (11:28 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 26 Jul 2000 11:28:14 +0000 (11:28 +0000)
ext/ldap/ldap.c

index 78c4f12d1d5ca9386ed33a3f4f7b9da30d6467b3..8451c637f9bf6280dbf7d364c7f05d865eb31880 100644 (file)
@@ -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;