Archived
1
0
Fork 0

Change output form of getIds

This commit is contained in:
Mercier Pierre-Olivier 2013-11-11 16:35:34 +01:00
commit add1bb5db9

View file

@ -111,7 +111,7 @@ sub getIds
$ids{$key} = $value; $ids{$key} = $value;
} }
} }
return %ids; return \%ids;
} }
sub getValue sub getValue