You are here

function filefield_paths_update_6101 in File (Field) Paths 6.2

Same name and namespace in other branches
  1. 6 filefield_paths.install \filefield_paths_update_6101()

File

./filefield_paths.install, line 117
Install, update and uninstall functions for the FileField Paths module.

Code

function filefield_paths_update_6101() {
  variable_set('filefield_paths_schema_version', 6101);
  return array();
}