]> git.koha-community.org Git - koha.git/commit
Bug 6017 : MT3157 : editing an attribute lead to Error500
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 6 Apr 2011 14:51:00 +0000 (16:51 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 16 Apr 2011 18:44:40 +0000 (14:44 -0400)
commita69e9552a746c50aac63560a4cd976c0a042602e
tree13ff8ecd0f9bb08be9abd0785c790e6ec0ecacef
parent3f643211c9c04a30867f11c5fc9726bb5b0ed917
Bug 6017 : MT3157 : editing an attribute lead to Error500

Editing an extended attribute in the extended attribute tab would lead to an Error500
This patch adds some checks for values before UPDATE in SQLHelper.pm
And Adds some checks also befaore calling ModMember in members/memberentry

Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit e2fd348f7f53d4a9a69bc26062c466aa6b79c370)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/SQLHelper.pm