Implements hook_disable().

Related topics

File

image_example/image_example.install, line 51
Install, update, and uninstall functions for the image_example module.

Code

function image_example_disable() {

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