You are here

function picture_update_7201 in Picture 7.2

Update to the new file display formatter provided by file_entity.module.

File

./picture.install, line 198
Install/schema hooks for the picture module.

Code

function picture_update_7201() {
  module_load_include('admin.inc', 'picture');
  variable_set('picture_updated_to_file_entity_2', _picture_update_to_file_entity_2());
}