function scald_disable in Scald: Media Management made easy 7
Same name and namespace in other branches
- 6 scald.install \scald_disable()
Implements 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 304
Code
function scald_disable() {
}