Commit 82f0ae8d authored by mku's avatar mku

ZP-259 #comment Set the default fileas order to lastname, firstname #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1476 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 79806586
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
// option is selected for company). // option is selected for company).
// If SYNC_FILEAS_COMPANYONLY is selected and company of the contact is not set // If SYNC_FILEAS_COMPANYONLY is selected and company of the contact is not set
// SYNC_FILEAS_FIRSTLAST will be used // SYNC_FILEAS_FIRSTLAST will be used
define('FILEAS_ORDER', SYNC_FILEAS_FIRSTLAST); define('FILEAS_ORDER', SYNC_FILEAS_LASTFIRST);
// Amount of items to be synchronized per request // Amount of items to be synchronized per request
// Normally this value is requested by the mobile. Common values are 5, 25, 50 or 100. // Normally this value is requested by the mobile. Common values are 5, 25, 50 or 100.
......
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