mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
correctly convert password fields
This commit is contained in:
parent
8a96e97684
commit
89aa3cc1f5
@ -84,6 +84,7 @@ foreach($trs[2] as $n => $tr)
|
|||||||
unset($attrs['value'], $attrs['name']);
|
unset($attrs['value'], $attrs['name']);
|
||||||
foreach($attrs as $name => $value)
|
foreach($attrs as $name => $value)
|
||||||
{
|
{
|
||||||
|
if ($name == 'type' && $value == 'password') $value = 'passwd';
|
||||||
echo " $name=\"$value\"";
|
echo " $name=\"$value\"";
|
||||||
}
|
}
|
||||||
echo "/>\n";
|
echo "/>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user