You are here

function masquerade_update_6001 in Masquerade 7

Same name and namespace in other branches
  1. 6 masquerade.install \masquerade_update_6001()

Reformat variable value.

File

./masquerade.install, line 89
masquerade.install

Code

function masquerade_update_6001() {
  variable_set('masquerade_quick_switches', implode(',', variable_get('masquerade_quick_switches', array())));
}