Date: 09/30/00
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions session.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions ifx.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ronabop Sat Sep 30 13:52:00 2000 EDT
Modified files:
/phpdoc/en/functions ldap.xml
Log:
Typo in example.
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.14 phpdoc/en/functions/ldap.xml:1.15
--- phpdoc/en/functions/ldap.xml:1.14 Tue Aug 15 03:01:21 2000
+++ phpdoc/en/functions/ldap.xml Sat Sep 30 13:52:00 2000
@@ -523,7 +523,7 @@
<programlisting role="php">
<?php
for($i=0; $i<100; $i++) {
- printf("Error $i: %s<br>\n", ldap_str2err($i));
+ printf("Error $i: %s<br>\n", ldap_err2str($i));
}
?>
</programlisting>
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions session.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions ifx.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

