2 Apr
2013
2 Apr
'13
10:21 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9977 --- Comment #1 from Mason James <mtj@kohaaloha.com> --- here's 2 examples... kohaclone/authorities/authorities.pl: 535 # ======================== 536 # MAIN 537: #========================= 538 my $input = new CGI; 539 my $z3950 = $input->param('z3950'); kohaclone/cataloguing/addbiblio.pl: 714 # ======================== 715 # MAIN 716: #========================= 717 my $input = new CGI; 718 my $error = $input->param('error'); -- You are receiving this mail because: You are watching all bug changes.