From 7aca3f5903abafd4711c32b4aa02048a512105c8 Mon Sep 17 00:00:00 2001 From: Eric Scheibler Date: Mon, 1 Feb 2021 11:02:32 +0100 Subject: [PATCH] Include phone numbers with custom label --- carddav2fb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddav2fb.php b/carddav2fb.php index c4335eeb..b5670a5e 100755 --- a/carddav2fb.php +++ b/carddav2fb.php @@ -475,7 +475,7 @@ public function get_carddav_entries() elseif(in_array("voice", $typearr_lower)) $type = "other"; else - continue; + $type = "other"; } $phone_no[] = array("type"=>$type, "prio"=>$prio, "quickdial"=>$quickdial, "value" => $this->_clear_phone_number($phone_number)); }