function geshifilter_update_6002 in GeSHi Filter for syntax highlighting 6
Implementation of hook_update_N().
Upgrade path for merging of geshifilter_enable_php_delimiters into to the geshifilter_tag_styles variable.
File
- ./
geshifilter.install, line 92 - Installation and uninstallation functions for the GeSHi filter.
Code
function geshifilter_update_6002() {
_geshifilter_update_6002_php_delimter_into_tag_styles(NULL);
foreach (filter_formats() as $format => $input_format) {
_geshifilter_update_6002_php_delimter_into_tag_styles($format);
}
return array();
}