fixing declaration
This commit is contained in:
parent
573b5ae013
commit
ffc094f708
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ sub getEditForm {
|
||||||
value=>"pedigree"
|
value=>"pedigree"
|
||||||
}).$i18n->get('Pedigree').'<br />'
|
}).$i18n->get('Pedigree').'<br />'
|
||||||
);
|
);
|
||||||
my %options;
|
%options = ();
|
||||||
tie %options, 'Tie::IxHash';
|
tie %options, 'Tie::IxHash';
|
||||||
%options = (
|
%options = (
|
||||||
'1'=>'./a/ (+1)',
|
'1'=>'./a/ (+1)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue