예제 #1
0
/** Function to get the ActivityType for the given entity id
 *  @param entityid : Type Integer
 *  return the activity type for the given id
 */
function getActivityType($id)
{
    return Vtiger_Functions::getActivityType($id);
}