function image_example_disable

Implements hook_disable().

Related topics

File

image_example/image_example.install, line 51

Code

function image_example_disable() {
    // Solves the same problem as image_example_enable().
    image_example_enable();
}