From 5aeb6f76f13f9c22b806937c98566e59730b064e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 6 Jul 2009 11:01:20 -0500 Subject: [PATCH] Correction to enable sending of update emails. Signed-off-by: Galen Charlton --- opac/opac-userupdate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl index 43986b0475..ebfe619e21 100755 --- a/opac/opac-userupdate.pl +++ b/opac/opac-userupdate.pl @@ -80,7 +80,7 @@ if ( $updateemailaddress eq '' ) { exit; } -if ( $query->{'modify'} ) { +if ( $query->param('modify') ) { # get all the fields: my $message = <<"EOF"; -- 2.39.5