[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] Address.pm
- To: coldsync-hackers at lusars dot net
 
- Subject: [coldsync-hackers] Address.pm
 
- From: "Brian Johnson" <bjohnson at jecinc dot on.ca>
 
- Date: Fri, 12 Jul 2002 18:26:25 +0000
 
- Reply-To: coldsync-hackers at lusars dot net
 
- Sender: owner-coldsync-hackers at lusars dot net
 
Could we add a couple lines to Address.pm just after line 630 to change:
                if (defined($record->{fields}{$fieldname}) &&
                    ($record->{fields}{$fieldname} ne ""))
                {
                        $fieldMap |= $fieldMapBits{$fieldname};
                }
to:
                if (defined($record->{fields}{$fieldname}) &&
                    ($record->{fields}{$fieldname} ne ""))
                {
                        $fieldMap |= $fieldMapBits{$fieldname};
                }
                else
                {
                        $record->{fields}{$fieldname} = "";
                }
-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.