[PHP-DOC] cvs: phpdoc /en/functions ldap.xml From: Ron Chmara (ron <email protected>)
Date: 08/15/00

ronabop Tue Aug 15 03:01:21 2000 EDT

  Modified files:
    /phpdoc/en/functions ldap.xml
  Log:
  Typo (duplicate text) in example.
  
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.13 phpdoc/en/functions/ldap.xml:1.14
--- phpdoc/en/functions/ldap.xml:1.13 Sun Aug 6 13:27:15 2000
+++ phpdoc/en/functions/ldap.xml Tue Aug 15 03:01:21 2000
@@ -78,7 +78,7 @@
 if ($ds) {
     echo "Binding ...";
     $r=ldap_bind($ds); // this is an "anonymous" bind, typically
- // read-only access echo "Bind result is
+ // read-only access
     echo "Bind result is ".$r."&lt;p>";
 
     echo "Searching for (sn=S*) ...";