*** empty log message ***
This commit is contained in:
parent
f3308d0276
commit
b19775a850
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({
|
|||
template_name => ('opac-detailprint.tmpl'),
|
||||
query => $query,
|
||||
type => "opac",
|
||||
authnotrequired => ($type eq 'opac'),
|
||||
flagsrequired => {catalogue => 1},
|
||||
authnotrequired => 1,
|
||||
});
|
||||
|
||||
my $count=1;
|
||||
|
|
Loading…
Reference in a new issue