コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
function getTicketComments($ticketid)
{
    return Vtiger_Functions::getTicketComments($ticketid);
}