Fix null=>undef
This commit is contained in:
parent
ae7ed5a342
commit
991cf97890
|
@ -232,10 +232,10 @@ $serial = $primary_key = 'Id';
|
|||
ArchivedEvents => undef,
|
||||
ArchivedEventDiskSpace => undef,
|
||||
ZoneCount => 0,
|
||||
Refresh => null,
|
||||
Refresh => undef,
|
||||
DefaultCodec => 'auto',
|
||||
Latitude => null,
|
||||
Longitude => null,
|
||||
Latitude => undef,
|
||||
Longitude => undef,
|
||||
);
|
||||
|
||||
sub Server {
|
||||
|
|
Loading…
Reference in New Issue