From 764ad0eb8718d3611956402725d6a4615f688d8a Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 18 Jun 2007 19:36:37 +0000 Subject: issue10, fixed on-demand thumbnail generation git-svn-id: file:///var/lib/svn/phpfspot/trunk@108 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- gen_thumbs.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gen_thumbs.php') diff --git a/gen_thumbs.php b/gen_thumbs.php index 46c10d7..d8e384a 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -4,6 +4,11 @@ require_once "phpfspot.class.php"; $fspot = new PHPFSPOT; -$fspot->gen_thumbs(0, 'fromcmd'); + +$all = $fspot->getPhotoSelection(); + +foreach($all as $photo) { + $fspot->gen_thumb($photo, 'fromcmd'); +} ?> -- cgit v1.2.3-18-g5258