diff options
| author | ivan <ivan> | 2010-08-06 21:31:07 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-08-06 21:31:07 +0000 |
| commit | d11e03383999080fec18856b89f4218c3e40b4d6 (patch) | |
| tree | 11a18808c0af122fd179adbf2e2ff09666b9c364 /httemplate/edit/part_svc.cgi | |
| parent | 732f3ef0612214fa441dc78e71e5aadc584802dd (diff) | |
communigate phase 3: archive messages, RT#7515
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
| -rwxr-xr-x | httemplate/edit/part_svc.cgi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 7f2e3aa3c..940ea8d25 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -298,10 +298,10 @@ that field. % $item. '</OPTION>'; % } #next $item % } elsif ( $def->{select_hash} ) { -% $def->{select_hash} = tie %{ $def->{select_hash} }, -% 'Tie::IxHash', -% @{ $def->{select_hash} } -% if ref($def->{select_hash}) eq 'ARRAY'; +% if ( ref($def->{select_hash}) eq 'ARRAY' ) { +% tie my %hash, 'Tie::IxHash', @{ $def->{select_hash} }; +% $def->{select_hash} = \%hash; +% } % foreach my $key ( keys %{$def->{select_hash}} ) { % $html .= qq!<OPTION VALUE="$key"!. % (grep(/^$key$/, split(',',$value)) ? ' SELECTED>' : '>' ). |
