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