You are here

function flexslider_update_7202 in Flex Slider 7.2

Remove the image style settings from the optionset

File

./flexslider.install, line 201
Installation actions for FlexSlider

Code

function flexslider_update_7202(&$sandbox) {
  db_drop_field('flexslider_optionset', 'imagestyle_normal');
  db_drop_field('flexslider_optionset', 'imagestyle_thumbnail');
}