Adding the new batch manager implemented by Yann

This commit is contained in:
Zacharie
2020-07-09 13:25:22 +02:00
parent 3e73ab8c3d
commit 842a8dff45
10 changed files with 676 additions and 418 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ SELECT id,path,representative_ext,file,filesize,level,name,width,height,rotation
;';
$result = pwg_query($query);
$thumb_params = ImageStdParams::get_by_type(IMG_THUMB);
$thumb_params = ImageStdParams::get_by_type(IMG_SQUARE);
// template thumbnail initialization
while ($row = pwg_db_fetch_assoc($result))
{