X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=authorities%2Fauthorities-home.pl;fp=authorities%2Fauthorities-home.pl;h=8043e66f4ba26d395176f80444b8f8e7552d3b7e;hb=1ab5cdfd44b6226374881bb957c4b743471d73e4;hp=0405ac49d97f808fe4d5d256ac35a92186549197;hpb=0be6bb6f64e27bd3e68ccffb17f8666539817cd0;p=koha.git diff --git a/authorities/authorities-home.pl b/authorities/authorities-home.pl index 0405ac49d9..8043e66f4b 100755 --- a/authorities/authorities-home.pl +++ b/authorities/authorities-home.pl @@ -146,7 +146,7 @@ if ($op eq "do_search") { } elsif ($op eq "delete") { - &AUTHdelauthority($dbh,$authid, 1); + &AUTHdelauthority($authid, 1); ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "authorities/authorities-home.tmpl",