You are here

function power_menu_update_6002 in Power Menu 6

File

./power_menu.install, line 124
just containing the stuff for install and uninstall

Code

function power_menu_update_6002() {
  $ret = array();
  $ret[] = array(
    'success' => TRUE,
    'query' => t('Make sure to update your power-menu tokens!'),
  );
  return $ret;
}