Correction to enable sending of update emails.
authorOwen Leonard <oleonard@myacpl.org>
Mon, 6 Jul 2009 16:01:20 +0000 (11:01 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 13 Jul 2009 03:52:18 +0000 (23:52 -0400)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
opac/opac-userupdate.pl

index 43986b0..ebfe619 100755 (executable)
@@ -80,7 +80,7 @@ if ( $updateemailaddress eq '' ) {
     exit;
 }
 
-if ( $query->{'modify'} ) {
+if ( $query->param('modify') ) {
 
     # get all the fields:
     my $message = <<"EOF";