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