Commit c9bd635c authored by mku's avatar mku

ZP-259 #comment Set the default fileas order to lastname, firstname - also...

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

git-svn-id: https://z-push.org/svn/z-push/trunk@1478 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 08b80723
...@@ -178,7 +178,7 @@ class Utils { ...@@ -178,7 +178,7 @@ class Utils {
$fileas = $company; $fileas = $company;
} }
elseif (strlen($firstlast) > 0) elseif (strlen($firstlast) > 0)
$fileas = $firstlast; $fileas = $lastfirst;
break; break;
case SYNC_FILEAS_COMPANYLAST: case SYNC_FILEAS_COMPANYLAST:
if (strlen($company) > 0) { if (strlen($company) > 0) {
......
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