function scald_disable in Scald: Media Management made easy 6
Same name and namespace in other branches
- 7 scald.install \scald_disable()
Implementation of hook_disable().
Settings configured in the Scald Admin Interface should remain. Lower-levl configurations, however, are removed as they will need to be rebuilt if the Scald Core is re-enabled later.
File
- ./
scald.install, line 674
Code
function scald_disable() {
// TODO: Determine what variables & settings should be unset at this point
variable_del('scald_config');
}