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 }