[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] Address.pm



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.