function file_entity_update_7216 in File Entity (fieldable files) 7.3
Same name and namespace in other branches
- 7.2 file_entity.install \file_entity_update_7216()
This update has been removed and will not run.
File
- ./
file_entity.install, line 1093 - Install, update and uninstall functions for the file_entity module.
Code
function file_entity_update_7216() {
// This update function previously saved default file displays into the
// database. It has been removed due to reported problems and is better
// addressed by adding support for ctools default content to features.
}