Index: imagecache.module =================================================================== --- imagecache.module (revision 2208) +++ imagecache.module (working copy) @@ -309,7 +309,7 @@ * the visitors browser will not be able to use a previously cached version. * This is */ -function imagecache_create_url($presetname, $filepath, $bypass_browser_cache = FALSE) { +function imagecache_create_url($presetname, $filepath, $bypass_browser_cache = TRUE) { $path = _imagecache_strip_file_directory($filepath); if (module_exists('transliteration')) { $path = transliteration_get($path);