コード例 #1
0
ファイル: bc.php プロジェクト: noikiy/roundcubemail
function parse_input_value($value, $allow_html = FALSE, $charset = NULL)
{
    return rcube_utils::parse_input_value($value, $allow_html, $charset);
}
コード例 #2
0
ファイル: bc.php プロジェクト: JotapePinheiro/roundcubemail
function parse_input_value($value, $allow_html = FALSE, $charset = NULL)
{
    _deprecation_warning(__FUNCTION__);
    return rcube_utils::parse_input_value($value, $allow_html, $charset);
}