mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Don't record change history on jpegphoto, it causes SQL errors. (Bug #2483)
This commit is contained in:
parent
798b7faf78
commit
27e54cb692
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user