You are here

function languageicons_update_6200 in Language Icons 7

Same name and namespace in other branches
  1. 6.2 languageicons.install \languageicons_update_6200()

Remove variable used for a short time during development of 6.x-2.x.

@todo Remove this after the release of 7.x-1.0.

File

./languageicons.install, line 74
Install, update, and uninstall functions for Language Icons.

Code

function languageicons_update_6200() {
  variable_del('languageicons_show_tooltip');
  return t('Removed site variable used during development of 6.x-2.x.');
}