function media_update_7021 in D7 Media 7.2
Same name and namespace in other branches
- 7.4 media.install \media_update_7021()
- 7 media.install \media_update_7021()
- 7.3 media.install \media_update_7021()
Rerun media_update_7002() due to a typo that would prevent table creation.
File
- ./
media.install, line 543 - Install, update and uninstall functions for the Media module.
Code
function media_update_7021() {
media_update_7002();
}