From d79e3b775b544fe3656d566b4b3148a0b6a1d398 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 20 Apr 2011 11:20:25 -0300 Subject: Renaming module (1) --- imagecache_auto.install | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 imagecache_auto.install (limited to 'imagecache_auto.install') diff --git a/imagecache_auto.install b/imagecache_auto.install new file mode 100644 index 0000000..9c88466 --- /dev/null +++ b/imagecache_auto.install @@ -0,0 +1,50 @@ +filename); + } + */ + + load_imagecache_presets_create(); +} + +/** + * Remove configuration data. + */ +function load_imagecache_presets_uninstall() { + /** + * Leave this commented out as it's better not to delete + * cached data until we find a reason for that. + */ + /* + $presets = imagecache_presets(); + foreach ($presets as $options) { + imagecache_preset_delete($options); + } + */ + + // Remove variables +} -- cgit v1.2.3