ray             Mon Dec  9 12:22:39 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ldap/functions ldap-bind.xml 
  Log:
  Fixed brace problem.
  
  
Index: phpdoc/en/reference/ldap/functions/ldap-bind.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-bind.xml:1.3 
phpdoc/en/reference/ldap/functions/ldap-bind.xml:1.4
--- phpdoc/en/reference/ldap/functions/ldap-bind.xml:1.3        Sun Dec  8 22:27:15 
2002
+++ phpdoc/en/reference/ldap/functions/ldap-bind.xml    Mon Dec  9 12:22:39 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
   <refentry id="function.ldap-bind">
    <refnamediv>
@@ -47,6 +47,7 @@
         echo "LDAP bind successful...";
     else
         echo "LDAP bind failed...";
+        
 }
 
 ?>
@@ -74,7 +75,8 @@
         echo "LDAP bind anonymous successful...";
     else
         echo "LDAP bind anonymous failed...";
-    }
+ 
+}
     
 ?>
 ]]>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to