max the tag tab scrollable - don't know yet why the text runs into the content window
[phpfspot.git] / gen_thumbs.php
index 46c10d7f4642989c5a13f586c9d4d8565e4d82b3..d8e384a8de51f0125d88a324ecb5e2c0e131a985 100755 (executable)
@@ -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');
+}
 
 ?>