X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=gen_thumbs.php;h=4e621dce94ff6f9e81adfb33519f5d937630f462;hp=46c10d7f4642989c5a13f586c9d4d8565e4d82b3;hb=6c6ffd19fb0b2f9a150fd0064597b3d3da9fe1e5;hpb=c54dcf670a6ea58d885eb143c0eac8d90d3020f7 diff --git a/gen_thumbs.php b/gen_thumbs.php index 46c10d7..4e621dc 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -4,6 +4,12 @@ require_once "phpfspot.class.php"; $fspot = new PHPFSPOT; -$fspot->gen_thumbs(0, 'fromcmd'); +$fspot->fromcmd = true; + +$all = $fspot->getPhotoSelection(); + +foreach($all as $photo) { + $fspot->gen_thumb($photo); +} ?>