function filefield_paths_update_6101 in File (Field) Paths 6
Same name and namespace in other branches
- 6.2 filefield_paths.install \filefield_paths_update_6101()
File
- ./
filefield_paths.install, line 152 - 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();
}