jimw Mon Dec 10 18:27:17 2001 EDT
Modified files:
/phpdoc/en/functions ldap.xml
Log:
fix typo
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.36 phpdoc/en/functions/ldap.xml:1.37
--- phpdoc/en/functions/ldap.xml:1.36 Sat Nov 17 22:07:18 2001
+++ phpdoc/en/functions/ldap.xml Mon Dec 10 18:27:16 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<reference id="ref.ldap">
<title>LDAP functions</title>
<titleabbrev>LDAP</titleabbrev>
@@ -815,7 +815,7 @@
return_value["attribute"]["count"] = number of values for attribute
return_value["attribute"][0] = first value of the attribute
-return_value["attribute"][i] = ith value of the attribute
+return_value["attribute"][i] = (i+1)th value of the attribute
</literallayout></informalexample>
<example>