summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-14 20:02:00 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-14 20:02:00 +0000
commit0970b4750aa4883fc59a3c7536585f8a26bcd7d4 (patch)
tree575c8169a86e01391750c34ad834c02c681ca1ae /phpfspot.class.php
parent5477fa94d9278968eb3d7182c9c400512cab2b22 (diff)
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
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php4
1 files changed, 0 insertions, 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;