function scs_update_7000 in Simplenews Content Selection 8
Same name and namespace in other branches
- 7.2 scs.install \scs_update_7000()
Update variable to array setting to allow multiple selections
File
- ./
scs.install, line 20 - Install/Uninstall functions
Code
function scs_update_7000() {
$old_var = variable_get('scs_view_mode', 'scs');
variable_set('scs_view_mode', array(
$old_var,
));
}