bug 8215: (followup) avoid SQL syntax error in logs
authorGalen Charlton <gmc@esilibrary.com>
Tue, 21 May 2013 17:12:15 +0000 (10:12 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 21 May 2013 22:51:03 +0000 (15:51 -0700)
commit5ed6a9f35cfbb20fc0124cc2a225202a0d9c3eca
treedefc86300f002610e9603ccca2d623d06e9a4c92
parentf5fac05624b2a1fcb3242f5d8821354679f04ba4
bug 8215: (followup) avoid SQL syntax error in logs

ModItem currently will attempt to update an item
even if no field updates are specified.  This patch
avoids (harmless) error messages in the Apache
logs if an item is not actually being changed when it
is placed or taken off reserve.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/CourseReserves.pm