You are here

function mobile_codes_block_user_vcard_save in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.2 includes/vcard.inc \mobile_codes_block_user_vcard_save()

File

includes/vcard.inc, line 59
vCard module integration

Code

function mobile_codes_block_user_vcard_save($edit) {
  variable_set('mobile_codes_block_user_vcard_preset', $edit['preset']);
}