From 0970b4750aa4883fc59a3c7536585f8a26bcd7d4 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 14 Jun 2007 20:02:00 +0000 Subject: [PATCH] we check now for file changes with md5 sums. so the file existing check of the thumbnails can be removed git-svn-id: file:///var/lib/svn/phpfspot/trunk@92 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpfspot.class.php b/phpfspot.class.php index e3a1ba6..0095ca8 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -361,10 +361,6 @@ class PHPFSPOT { public function create_thumbnail($image, $width) { - // if thumbnail already exists, don't recreate it - if(file_exists(dirname($image) ."/thumbs/". $width ."_". basename($image))) - return; - $meta = $this->get_meta_informations($image); $rotate = 0; -- 2.25.1