[Koha-bugs] [Bug 7937] Silence warns in OPAC error log (koha-opac-error_log)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 10 01:20:39 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7937

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 9061
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9061&action=edit
Bug 7937: Fix warns on opac-userupdate.pl

1) opac-userupdate.pl: Use of uninitialized value $updateemailaddress in
pattern match (m//) at /home/katrin/kohaclone/opac/opac-userupdate.pl line 61.

Warn was created when branch has no email address.
The script falls back to KohaAdminEmailAddress first and shows an
error message in OPAC when there is no email address to be used.

2) opac-userupdate.pl: Use of uninitialized value in concatenation (.) or
string at
/home/katrin/kohaclone/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt
line 75.

Warn was created when patron has no date of birth.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list