|
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 |
- |
|
|