added a rawurlencode => ldap dn's can have white spaces and other non html

chars
This commit is contained in:
Lars Kneschke 2000-11-10 20:49:33 +00:00
parent 2bbbaf8982
commit 708456dd33

View File

@ -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%>