We dont use images as buttons in the templates anymore, fixing the code to reflect that
This commit is contained in:
parent
eaf19c281c
commit
7821ba0fe3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ my $input = new CGI;
|
|||
my $bibitemnum=$input->param('bibitem');
|
||||
my $data=bibitemdata($bibitemnum);
|
||||
my $biblio=$input->param('biblio');
|
||||
my $submit=$input->param('submit.x');
|
||||
my $submit=$input->param('submit');
|
||||
if ($submit eq ''){
|
||||
print $input->redirect("deletebiblioitem.pl?biblioitemnumber=$bibitemnum&biblionumber=$biblio");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue