X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=gen_thumbs.php;h=d8e384a8de51f0125d88a324ecb5e2c0e131a985;hp=46c10d7f4642989c5a13f586c9d4d8565e4d82b3;hb=fd0d0b81b545d0921697741ee149143c6aef17ce;hpb=c54dcf670a6ea58d885eb143c0eac8d90d3020f7 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'); +} ?>