forked from extern/egroupware
added a rawurlencode => ldap dn's can have white spaces and other non html
chars
This commit is contained in:
parent
2bbbaf8982
commit
708456dd33
@ -30,6 +30,8 @@
|
||||
}
|
||||
|
||||
if (($account_id) && (! $confirm)) {
|
||||
// the account can have special chars/white spaces, if it is a ldap dn
|
||||
$account_id = rawurlencode($account_id);
|
||||
?>
|
||||
<center>
|
||||
<table border=0 with=65%>
|
||||
|
Loading…
Reference in New Issue
Block a user