Skip to content

Commit

Permalink
Merge pull request #27 from mbehrle/patch-1
Browse files Browse the repository at this point in the history
Map phone type 'voice' to 'other'.
  • Loading branch information
carlos22 committed Mar 13, 2019
2 parents 0abce41 + e9020df commit 47e99d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions carddav2fb.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ public function get_carddav_entries()
$type = "other";
elseif(in_array("dom", $typearr_lower))
$type = "other";
elseif(in_array("voice", $typearr_lower))
$type = "other";
else
continue;
}
Expand Down

0 comments on commit 47e99d2

Please sign in to comment.