Пример #1
0
/** Stores the option in database to display  the tagclouds or not for the current user
 * * @param $id -- user id:: Type integer
 * * Added to provide User based Tagcloud
 * */
function SaveTagCloudView($id = "")
{
    return Vtiger_Deprecated::SaveTagCloudView($id);
}