You are here

function vsf_wysiwyg_update_7001 in Visual select file 7

Turn `vsf_wysiwyg_check_unchanged_fields` ON, because you're not new here.

File

submodules/vsf_wysiwyg/vsf_wysiwyg.install, line 14

Code

function vsf_wysiwyg_update_7001() {

  // If you had this module enabled before this update hook existed, you might have
  // included untracked images.
  variable_set('vsf_wysiwyg_check_unchanged_fields', 1);
}