mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
get merge to merge jpegphoto too and save can store it in filesystem
This commit is contained in:
parent
2e5b87a6e1
commit
010197b8af
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user