[I212] Fix general series page generation #213

Merged
rho_n merged 2 commits from i212-fix-general-series-page-generation into main 2024-10-09 11:15:33 +00:00
Showing only changes of commit 85d43851d1 - Show all commits

View File

@ -323,7 +323,7 @@ sub get_ids_from_db {
|| die $tt->error(), "\n";
# Starts with a newline and comma
return split(/,/, substr($selected_ids, 2));
return split(/,/, substr($selected_ids, 1));
}
sub get_filename {