Commit 276777ec authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-998 The custom hash property should live in the contact/address

realm.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 153a576d
...@@ -87,7 +87,7 @@ class Kopano extends ContactWorker { ...@@ -87,7 +87,7 @@ class Kopano extends ContactWorker {
$this->storeCache = array(); $this->storeCache = array();
$this->mapiprops = array( $this->mapiprops = array(
"hash" => "PT_STRING8:PSETID_Appointment:0x6825", // custom property holding the contact hash "hash" => "PT_STRING8:PSETID_Address:0x6825", // custom property holding the contact hash
); );
$this->mapiprops = getPropIdsFromStrings($this->store, $this->mapiprops); $this->mapiprops = getPropIdsFromStrings($this->store, $this->mapiprops);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment