示例#1
0
/** 	Function used to retrieve the announcements from database
 * 	The function accepts no argument and returns the announcements
 * 	return string $announcement  - List of announments for the CRM users
 */
function get_announcements()
{
    return Vtiger_Deprecated::getAnnouncements();
}