From 1d87630eefa0b26dd16e65ccc37d0e0ac9828f99 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 7 May 2013 07:22:03 +0000 Subject: [PATCH] Corrected bug: https://bugs.php.net/bug.php?id=55248 by removing the email statement. -- Provided by Madara Uchiha (dor.tchizik@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330183 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-add.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/reference/ldap/functions/ldap-add.xml b/reference/ldap/functions/ldap-add.xml index 479dc6ad7a..be34b00d39 100644 --- a/reference/ldap/functions/ldap-add.xml +++ b/reference/ldap/functions/ldap-add.xml @@ -89,7 +89,6 @@ if ($ds) { // prepare data $info["cn"] = "John Jones"; $info["sn"] = "Jones"; - $info["mail"] = "jonj@example.com"; $info["objectclass"] = "person"; // add data to directory