Add a few missing {
authorkkalev <kkalev>
Sun, 12 Jan 2003 10:55:14 +0000 (10:55 +0000)
committerkkalev <kkalev>
Sun, 12 Jan 2003 10:55:14 +0000 (10:55 +0000)
dialup_admin/lib/ldap/change_attrs.php3

index 9c4d346..9e14945 100644 (file)
@@ -54,7 +54,7 @@ require_once('../lib/ldap/functions.php3');
                                }
                        }
                        if (isset($mod)){
-                              if ($config[ldap_debug] == 'true')
+                              if ($config[ldap_debug] == 'true'){
                                        print "<b>DEBUG(LDAP): ldap_mod_del(): DN='$dn'</b><br>\n";
                                        print "<b>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 "<b>DEBUG(LDAP): ldap_mod_add(): DN='$dn'</b><br>\n";
                                        print "<b>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 "<b>DEBUG(LDAP): ldap_mod_replace(): DN='$dn'</b><br>\n";
                                        print "<b>DEBUG(LDAP): ldap_mod_replace(): Data:";
                                        print_r($del);