You are here

function languageicons_update_6200 in Language Icons 6.2

Same name and namespace in other branches
  1. 7 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 6.x-2.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 array();
}