mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fix warning about unsupported charset
This commit is contained in:
parent
1f0b14e716
commit
e621aff999
@ -123,7 +123,7 @@
|
||||
$def_text = $def_text != '' ? ' <i><font size="-1">'.lang('default').': '.$def_text.'</font></i>' : '';
|
||||
}
|
||||
$t->set_var('row_value',"<input name=\"${GLOBALS[type]}[$name]\"value=\"".
|
||||
htmlentities($default,ENT_COMPAT,$charSet)."\"$options>$def_text");
|
||||
@htmlentities($default,ENT_COMPAT,$charSet)."\"$options>$def_text");
|
||||
$t->set_var('row_name',lang($label));
|
||||
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user