From 27e54cb692d9705e34519a6ecef540b1b9d3d9f0 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 22 Apr 2010 15:39:32 +0000 Subject: [PATCH] Don't record change history on jpegphoto, it causes SQL errors. (Bug #2483) --- addressbook/inc/class.addressbook_tracking.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/class.addressbook_tracking.inc.php b/addressbook/inc/class.addressbook_tracking.inc.php index d25d3fdda4..a1dcb5e900 100644 --- a/addressbook/inc/class.addressbook_tracking.inc.php +++ b/addressbook/inc/class.addressbook_tracking.inc.php @@ -86,6 +86,7 @@ class addressbook_tracking extends bo_tracking unset($this->field2history['modified']); unset($this->field2history['modifier']); unset($this->field2history['etag']); + unset($this->field2history['jpegphoto']); } $custom = config::get_customfields('addressbook', true); if(is_array($custom)) {