function addtohomescreen_update_7001 in Add to homescreen 7
Migrate custom message to both iOS and Android custom message.
File
- ./
addtohomescreen.install, line 83 - Install, update and uninstall functions for the addtohomescreen module.
Code
function addtohomescreen_update_7001() {
$message = variable_get('addtohomescreen_message');
variable_set('addtohomescreen_message_ios', $message);
variable_set('addtohomescreen_message_android', $message);
variable_del('addtohomescreen_message');
}