From: kkalev Date: Sun, 12 Jan 2003 10:55:14 +0000 (+0000) Subject: Add a few missing { X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=e9bb1918279aab4c3e90dad7976876a44e2f6e5e;p=freeradius-dialup-admin.git Add a few missing { --- 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);