View | Details | Raw Unified | Return to bug 30446
Collapse All | Expand All

(-)a/C4/AuthoritiesMarc.pm (-2 / +1 lines)
Lines 465-471 sub GetTagsLabels { Link Here
465
  my $dbh=C4::Context->dbh;
465
  my $dbh=C4::Context->dbh;
466
  $authtypecode="" unless $authtypecode;
466
  $authtypecode="" unless $authtypecode;
467
  my $sth;
467
  my $sth;
468
  my $libfield = ($forlibrarian == 1)? 'liblibrarian' : 'libopac';
468
  my $libfield = ($forlibrarian) ? 'liblibrarian' : 'libopac';
469
469
470
470
471
  # check that authority exists
471
  # check that authority exists
472
- 

Return to bug 30446