summaryrefslogtreecommitdiffstats
path: root/phpfspot_img.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 06:58:13 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 06:58:13 +0000
commita8f486923b8243347ac658a9a7148939f6c0411d (patch)
treeedf1ba9ded9863f22da2f3b4d39b194401447899 /phpfspot_img.php
parente1117268a48440364cc10191a40eee45b8f514bd (diff)
rename image resize function
git-svn-id: file:///var/lib/svn/phpfspot/trunk@67 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r--phpfspot_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php
index 986fbcc..4bafa42 100644
--- a/phpfspot_img.php
+++ b/phpfspot_img.php
@@ -25,7 +25,7 @@ class PHPFSPOT_IMG {
$details = $this->parent->get_photo_details($idx);
foreach(Array($this->parent->cfg->thumb_width, $this->parent->cfg->photo_width) as $resolution)
- $this->parent->resize_image($this->parent->translate_path($details['directory_path']) ."/". $details['name'], $resolution);
+ $this->parent->create_thumbnail($this->parent->translate_path($details['directory_path']) ."/". $details['name'], $resolution);
if($width == "")
$fullpath = $this->parent->translate_path($details['directory_path']) ."/". $details['name'];