You are here

function languageicons_update_6000 in Language Icons 6

Same name and namespace in other branches
  1. 6.2 languageicons.install \languageicons_update_6000()
  2. 7 languageicons.install \languageicons_update_6000()

Convert old "i18n_icon_*" variables.

File

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

Code

function languageicons_update_6000() {
  _languageicons_convert_i18n_icon_variables();
  return array();
}