From ab9fb68f2c4a55b3d3016156de42f8bbf100c914 Mon Sep 17 00:00:00 2001 From: Ray Hunter Date: Mon, 9 Dec 2002 17:22:39 +0000 Subject: [PATCH] Fixed brace problem. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@107298 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-bind.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/ldap/functions/ldap-bind.xml b/reference/ldap/functions/ldap-bind.xml index 5c14fbf278..2ae235e5d8 100644 --- a/reference/ldap/functions/ldap-bind.xml +++ b/reference/ldap/functions/ldap-bind.xml @@ -1,5 +1,5 @@ - + @@ -47,6 +47,7 @@ if( $ldapconn ) echo "LDAP bind successful..."; else echo "LDAP bind failed..."; + } ?> @@ -74,7 +75,8 @@ if( $ldapconn ) echo "LDAP bind anonymous successful..."; else echo "LDAP bind anonymous failed..."; - } + +} ?> ]]>