additional resolution for bubble images
[phpfspot.git] / gen_thumbs.php
index 1912a54b8f3a44deb02ee154e872090573f72f39..46c10d7f4642989c5a13f586c9d4d8565e4d82b3 100755 (executable)
@@ -4,6 +4,6 @@
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;
-$fspot->gen_thumbs('fromcmd');
+$fspot->gen_thumbs(0, 'fromcmd');
 
 ?>