You are here

function simplemenu_update_6002 in SimpleMenu 6

Implementation of hook_update_N().

File

./simplemenu.install, line 39
Installation and Uninstallation functions.

Code

function simplemenu_update_6002() {

  // fix variable name
  variable_set('simplemenu_detect_popup', variable_get('simplemenu_detect_popop', 1));
  variable_del('simplemenu_detect_popop');
  return array();
}