Fix substring initial offset value
Remove only the leading comma character.
This commit is contained in:
parent
8b277607cf
commit
85d43851d1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user