コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/**
 * This function is used to get the blockid of the customblock for a given module.
 * Takes the input parameter as $tabid - module tabid and $label - custom label
 * This returns string type value
 */
function getBlockId($tabid, $label)
{
    return Vtiger_Deprecated::getBlockId($tabid, $label);
}