Commit 0f894448 authored by skummer's avatar skummer

GP-460 #comment fixed missing quotes

git-svn-id: https://z-push.org/svn/z-push/trunk@1759 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 6d7d21e5
......@@ -186,7 +186,7 @@
// This limitation is not being followed by the ActiveSync clients which set much bigger
// contact photos. You can override the default value of the max photo size.
// default: 49152 - 48 KB default max photo size in bytes
define(SYNC_CONTACTS_MAXPICTURESIZE, 49152);
define('SYNC_CONTACTS_MAXPICTURESIZE', 49152);
/**********************************************************************************
* Backend settings
......
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