fix warning about unsupported charset

This commit is contained in:
Ralf Becker 2004-04-09 09:29:56 +00:00
parent 1f0b14e716
commit e621aff999

View File

@ -123,7 +123,7 @@
$def_text = $def_text != '' ? ' <i><font size="-1">'.lang('default').':&nbsp;'.$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);