Ejemplo n.º 1
0
function parse_input_value($value, $allow_html = FALSE, $charset = NULL)
{
    return rcube_utils::parse_input_value($value, $allow_html, $charset);
}
Ejemplo n.º 2
0
function parse_input_value($value, $allow_html = FALSE, $charset = NULL)
{
    _deprecation_warning(__FUNCTION__);
    return rcube_utils::parse_input_value($value, $allow_html, $charset);
}