예제 #1
0
function popup_from_html($string, $encode = true)
{
    return Vtiger_Functions::fromHTML_Popup($string, $encode);
}