summaryrefslogtreecommitdiffstats
path: root/gen_thumbs.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:08:46 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:08:46 +0000
commitc54dcf670a6ea58d885eb143c0eac8d90d3020f7 (patch)
treeffcb1971d7023b0440d3996f29af989596971c84 /gen_thumbs.php
parenta8f486923b8243347ac658a9a7148939f6c0411d (diff)
additional resolution for bubble images
image viewer class now uses parents thumbnail handling functions git-svn-id: file:///var/lib/svn/phpfspot/trunk@68 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'gen_thumbs.php')
-rwxr-xr-xgen_thumbs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_thumbs.php b/gen_thumbs.php
index 1912a54..46c10d7 100755
--- a/gen_thumbs.php
+++ b/gen_thumbs.php
@@ -4,6 +4,6 @@
require_once "phpfspot.class.php";
$fspot = new PHPFSPOT;
-$fspot->gen_thumbs('fromcmd');
+$fspot->gen_thumbs(0, 'fromcmd');
?>