You are here

function visual_select_file_update_2 in Visual select file 7

The Visual Select File admin View has changed, so IF you have created a custom View, you'll have to fix it using the new "File as image" field.

File

./visual_select_file.install, line 45

Code

function visual_select_file_update_2() {
  $t = get_t();
  return $t("The Visual Select File admin View has changed, so IF you have created a custom View, you'll have to fix it using the new "File as image" field.");
}