]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add a missing {
authorkkalev <kkalev>
Sun, 12 Jan 2003 11:07:07 +0000 (11:07 +0000)
committerkkalev <kkalev>
Sun, 12 Jan 2003 11:07:07 +0000 (11:07 +0000)
lib/ldap/change_info.php3

index 175b460dc5ae88575a2198ee11be772ff2a2f0f9..4e375041eb45128b11ac91c89272231a44c287a7 100644 (file)
@@ -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 "<b>DEBUG(LDAP): ldap_mod_replace(): DN='$dn'</b><br>\n";
                                        print "<b>DEBUG(LDAP): ldap_mod_replace(): Data:";
                                        print_r($mod);