You are here

function filefield_paths_update_5101 in File (Field) Paths 5

File

./filefield_paths.install, line 154

Code

function filefield_paths_update_5101() {
  variable_set('filefield_paths_schema_version', 5101);
  return array();
}