Change output form of getIds
This commit is contained in:
parent
81058c9c20
commit
add1bb5db9
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ sub getIds
|
||||||
$ids{$key} = $value;
|
$ids{$key} = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return %ids;
|
return \%ids;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub getValue
|
sub getValue
|
||||||
|
|
|
||||||
Reference in a new issue