bug 4508: fix crash when editing patron attributes or message prefs
authorGalen Charlton <gmcharlt@gmail.com>
Wed, 26 May 2010 14:51:09 +0000 (10:51 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 27 May 2010 20:46:50 +0000 (08:46 +1200)
commitede9f632f4bbbce151bac4afbf63935f72c03347
treeb49af7e1590bb84680daddb40661661337adcbb3
parentcc76a13c207df983ddde49f612011653b643af0a
bug 4508: fix crash when editing patron attributes or message prefs

When editing patron attributes or messaging preferences on the
patron editor, Koha would crash with the following error:

Software error:
Can't use an undefined value as an ARRAY reference at
/home/koha/kohaclone/C4/SQLHelper.pm line 186.

This would occur only when editing the specific attribute
or message preferences section, not when editing the entire
patron record.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
members/memberentry.pl