コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
function from_html($string, $encode = true)
{
    return Vtiger_Functions::fromHTML($string, $encode);
}