From 5a30360b781a56f911ead761ed8d75018d56372e Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 6 Jan 2008 15:05:45 -0600 Subject: [PATCH] Fix for bug 1395, opac user update not working Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 2 +- opac/opac-userupdate.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl index ebbc473c07..3563e4ab0e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl @@ -14,7 +14,7 @@

Please make any necessary changes to your record. Submitting the form will notify a library staff member, who will make the changes permanent.

- +
  1. " name="surname" />
  2. diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl index b3f6513023..eeef129430 100755 --- a/opac/opac-userupdate.pl +++ b/opac/opac-userupdate.pl @@ -77,7 +77,7 @@ if ( $updateemailaddress eq '' ) { exit; } -if ( $query->{'title'} ) { +if ( $query->{'modify'} ) { # get all the fields: my $message = <<"EOF"; -- 2.39.5