Here are some samples: [Mon Jul 09 22:00:19 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:19 2012] placerequest.pl: Use of uninitialized value $reqbib[0] in string ne at /home/katrin/kohaclone/reserve/placerequest.pl line 118., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/reserve/request.pl line 260., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 336., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 343., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/reserve/request.pl line 525., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:30 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:30 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 336., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:30 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:30 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 343., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:30 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:30 2012] request.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/reserve/request.pl line 525., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63
Still valid? # git grep 'reqbib' reserve/placerequest.pl:my @reqbib=$input->param('reqbib'); @reqbib seems never to be used.
INVALID by now, too old.