From: octo Date: Thu, 28 Apr 2005 11:24:45 +0000 (+0000) Subject: Fixed problem with incorrect formatted vCards X-Git-Tag: Release-0.3~16 X-Git-Url: https://git.octo.it/?p=licom.git;a=commitdiff_plain;h=69fb9e52da93276d28c067b82ebe5ac9a42899d6 Fixed problem with incorrect formatted vCards --- diff --git a/licom.cgi b/licom.cgi index 80239b5..40bb8a3 100755 --- a/licom.cgi +++ b/licom.cgi @@ -671,6 +671,8 @@ EOF my $vc_fld = $vcard_types{$field}; my $values = $person->get ($field); + next unless ($vc_fld); + for (@$values) { my $value = $_;