Skip to content
Snippets Groups Projects
Commit 2db39294 authored by Felix Kokocinski's avatar Felix Kokocinski
Browse files

fetch_by_slice() to return relative coordinates

parent 7a0b7d56
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ sub fetch_all_by_Slice {
my $sth = $self->prepare($sql);
$sth->execute();
my $result = $self->_fetch($sth);
my $result = $self->_fetch($sth, $slice);
push(@result, @$result);
return \@result;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment