From 010197b8afbc7c2b6333f4445df6acb11d3a37f0 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 25 Jul 2022 11:19:17 +0200 Subject: [PATCH] get merge to merge jpegphoto too and save can store it in filesystem --- api/src/Contacts/Sql.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/src/Contacts/Sql.php b/api/src/Contacts/Sql.php index 56499455b9..2a43a324fd 100644 --- a/api/src/Contacts/Sql.php +++ b/api/src/Contacts/Sql.php @@ -74,6 +74,8 @@ class Sql extends Api\Storage parent::__construct('api', 'egw_addressbook', self::EXTRA_TABLE, 'contact_', '_name', '_value', '_id', $db); + $this->non_db_cols[] = 'jpegphoto'; // to get merge to merge it too and save can store it in filesystem + // Get custom fields from addressbook instead of api $this->customfields = Api\Storage\Customfields::get('addressbook');