You are here

function geshifilter_update_1 in GeSHi Filter for syntax highlighting 6

Same name and namespace in other branches
  1. 5.2 geshifilter.install \geshifilter_update_1()

Implementation of hook_update_N().

File

./geshifilter.install, line 36
Installation and uninstallation functions for the GeSHi filter.

Code

function geshifilter_update_1() {

  // clear the cache of available languages
  variable_del('geshifilter_available_languages');
  return array();
}