From f853375cba68a214937b634e56affa067a5f0d62 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 20 Apr 2011 11:30:55 -0300 Subject: Removing installation file --- imagecache_auto.install | 50 ------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 imagecache_auto.install (limited to 'imagecache_auto.install') diff --git a/imagecache_auto.install b/imagecache_auto.install deleted file mode 100644 index 9c88466..0000000 --- a/imagecache_auto.install +++ /dev/null @@ -1,50 +0,0 @@ -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