[Koha-cvs] koha/opac opac-userupdate.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu Aug 3 04:17:31 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/08/03 02:17:31

Modified files:
	opac           : opac-userupdate.pl 

Log message:
	Fix for bug 1064: userupdate missing physstreet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-userupdate.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.11.2.5&r2=1.11.2.6

Patches:
Index: opac-userupdate.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-userupdate.pl,v
retrieving revision 1.11.2.5
retrieving revision 1.11.2.6
diff -u -b -r1.11.2.5 -r1.11.2.6
--- opac-userupdate.pl	8 Mar 2006 13:46:55 -0000	1.11.2.5
+++ opac-userupdate.pl	3 Aug 2006 02:17:31 -0000	1.11.2.6
@@ -29,7 +29,7 @@
 
 # handle the new information....
 # collect the form values and send an email.
-my @fields = ('title', 'surname', 'firstname', 'phone', 'faxnumber', 'streetaddress', 'emailaddress', 'city');
+my @fields = ('title', 'surname', 'firstname', 'phone', 'faxnumber', 'physstreet', 'streetaddress', 'emailaddress', 'city');
 my $update;
 my $updateemailaddress= C4::Context->preference('KohaAdminEmailAddress');
 if ($updateemailaddress eq '') {





More information about the Koha-cvs mailing list