You are here

function masquerade_update_6001 in Masquerade 6

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

Implementation of hook_update_N().

File

./masquerade.install, line 103
masquerade.install

Code

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