From e9bb1918279aab4c3e90dad7976876a44e2f6e5e Mon Sep 17 00:00:00 2001 From: kkalev Date: Sun, 12 Jan 2003 10:55:14 +0000 Subject: [PATCH] Add a few missing { --- lib/ldap/change_attrs.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ldap/change_attrs.php3 b/lib/ldap/change_attrs.php3 index 9c4d346..9e14945 100644 --- a/lib/ldap/change_attrs.php3 +++ b/lib/ldap/change_attrs.php3 @@ -54,7 +54,7 @@ require_once('../lib/ldap/functions.php3'); } } if (isset($mod)){ - if ($config[ldap_debug] == 'true') + if ($config[ldap_debug] == 'true'){ print "DEBUG(LDAP): ldap_mod_del(): DN='$dn'
\n"; print "DEBUG(LDAP): ldap_mod_del(): Data:"; print_r($mod); @@ -63,7 +63,7 @@ require_once('../lib/ldap/functions.php3'); @ldap_mod_del($ds,$dn,$mod); } if (isset($add_r)){ - if ($config[ldap_debug] == 'true') + if ($config[ldap_debug] == 'true'){ print "DEBUG(LDAP): ldap_mod_add(): DN='$dn'
\n"; print "DEBUG(LDAP): ldap_mod_add(): Data:"; print_r($add_r); @@ -72,7 +72,7 @@ require_once('../lib/ldap/functions.php3'); @ldap_mod_add($ds,$dn,$add_r); } if (isset($del)){ - 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($del); -- 2.39.5