From ba2a41f9e75261c979375a55a90cffdc61c673f6 Mon Sep 17 00:00:00 2001 From: kkalev Date: Sun, 12 Jan 2003 11:07:07 +0000 Subject: [PATCH] Add a missing { --- lib/ldap/change_info.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ldap/change_info.php3 b/lib/ldap/change_info.php3 index 175b460..4e37504 100644 --- a/lib/ldap/change_info.php3 +++ b/lib/ldap/change_info.php3 @@ -36,7 +36,7 @@ require_once('../lib/ldap/functions.php3'); if ($Fhomephone != '' && $Fhomephone != '-' && $Fhomephone != $homephone) $mod['homephone'] = $Fhomephone; if ($dn != ''){ - if ($config[ldap_debug] == 'true') + if ($config[ldap_debug] == 'true'){ print "DEBUG(LDAP): ldap_mod_replace(): DN='$dn'
\n"; print "DEBUG(LDAP): ldap_mod_replace(): Data:"; print_r($mod); -- 2.39.5