Commit e69fecdb authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-556 Fix whitespace in config.

Released under the Affero GNU General Public License (AGPL) version 3.
parent b4254fe9
...@@ -332,11 +332,11 @@ ...@@ -332,11 +332,11 @@
// uncomment (remove '/*' '*/') and fill in the folderid // uncomment (remove '/*' '*/') and fill in the folderid
/* /*
array( array(
'store' => "SYSTEM", 'store' => "SYSTEM",
'folderid' => "", 'folderid' => "",
'name' => "Public Contacts", 'name' => "Public Contacts",
'type' => SYNC_FOLDER_TYPE_USER_CONTACT, 'type' => SYNC_FOLDER_TYPE_USER_CONTACT,
'readonly' => false, 'readonly' => false,
), ),
*/ */
); );
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