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)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 26 May 2010 14:52:44 +0000 (10:52 -0400)
commit340f8f072596cbb1595a4888657fe8582f25b230
tree18e83e816abcf3e5755c47f36a3e9b1f3823f568
parentfe418ea607bc1be233b5db1c82d97577da1ce399
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