http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7937 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9061|0 |1 is obsolete| | --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 9135 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9135&action=edit [SIGNED OFF] 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. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.