This commit is contained in:
leif%netscape.com 1999-03-30 01:35:42 +00:00
Родитель 058dd1c863
Коммит 0c7c9bee2c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,5 @@
#############################################################################
# $Id: Conn.pm,v 1.21 1999-03-30 01:16:45 leif%netscape.com Exp $
# $Id: Conn.pm,v 1.22 1999-03-30 01:35:42 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
@ -505,7 +505,7 @@ sub update
if (defined($entry->{"_${key}_modified_"}))
{
undef @vals;
@vals = @{$entry->{$key}} if (defined($entry->{$key});
@vals = @{$entry->{$key}} if (defined($entry->{$key}));
if ($#vals == $[)
{
$mod{$key} = { "rb", [$vals[$[]] };