removing $dbh as a parameter in AuthoritiesMarc functions
[koha.git] / authorities / authorities-home.pl
index 0405ac4..8043e66 100755 (executable)
@@ -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",