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)); }