From 0b097f3d27109b1b6f52c4d21889f1d370006a22 Mon Sep 17 00:00:00 2001 From: Eric Kureck Date: Thu, 18 Nov 2010 15:29:31 -0200 Subject: first commit --- load_imagecache_presets.install | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 load_imagecache_presets.install (limited to 'load_imagecache_presets.install') diff --git a/load_imagecache_presets.install b/load_imagecache_presets.install new file mode 100644 index 0000000..9c88466 --- /dev/null +++ b/load_imagecache_presets.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