[Koha-patches] [PATCH] Correction to enable sending of update emails.

Owen Leonard oleonard at myacpl.org
Mon Jul 6 18:01:20 CEST 2009


---
 opac/opac-userupdate.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl
index bbe02d7..e17ab07 100755
--- a/opac/opac-userupdate.pl
+++ b/opac/opac-userupdate.pl
@@ -81,7 +81,7 @@ if ( $updateemailaddress eq '' ) {
     exit;
 }
 
-if ( $query->{'modify'} ) {
+if ( $query->param('modify') ) {
 
     # get all the fields:
     my $message = <<"EOF";
-- 
1.5.6.5




More information about the Koha-patches mailing list