Lines 116-123
eval { $biblio->metadata->record };
Link Here
|
116 |
$template->param( decoding_error => $@ ); |
116 |
$template->param( decoding_error => $@ ); |
117 |
|
117 |
|
118 |
if( $query->param('found1') ){ |
118 |
if( $query->param('found1') ){ |
119 |
if($query->cookie("pulldown_selection")){ |
119 |
if($query->cookie("cat_search_pulldown_selection")){ |
120 |
my $ms = "ms_". Encode::decode_utf8( uri_unescape( $query->cookie("pulldown_selection") ) ); |
120 |
my $ms = "ms_". Encode::decode_utf8( uri_unescape( $query->cookie("cat_search_pulldown_selection") ) ); |
121 |
$template->param( $ms => 1); |
121 |
$template->param( $ms => 1); |
122 |
} |
122 |
} |
123 |
if($query->cookie("searchbox_value")){ |
123 |
if($query->cookie("searchbox_value")){ |