From ed6f77dabc44fef01800c8f2aca394d316024b2b Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Mon, 4 Jul 2011 16:20:59 +0100 Subject: [PATCH] Bug 6562: Silence runtime error in reserve/request.pl Content-Type: text/plain; charset="utf-8" Not defining action just causes logging of noisy runtime warnings. --- reserve/request.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/reserve/request.pl b/reserve/request.pl index 79ff6b5..0c952b4 100755 --- a/reserve/request.pl +++ b/reserve/request.pl @@ -93,6 +93,7 @@ my $messages; my $date = C4::Dates->today('iso'); my $action = $input->param('action'); +$action ||= q{}; if ( $action eq 'move' ) { my $where = $input->param('where'); -- 1.7.6