From 32db89bed74eba2ddaac3970daa7fd8992d70933 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sun, 22 Jun 2008 00:11:16 +1200 Subject: [PATCH] There are no arrays in the Comment type. --- lib/CIL/Comment.pm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/CIL/Comment.pm b/lib/CIL/Comment.pm index 6f5a313..4206ebd 100644 --- a/lib/CIL/Comment.pm +++ b/lib/CIL/Comment.pm @@ -29,13 +29,6 @@ use base qw(CIL::Base); __PACKAGE__->mk_accessors(qw(Issue)); my @FIELDS = ( qw(Issue CreatedBy Inserted Updated Description) ); -my $cfg = { - array => { - Label => 1, - Comment => 1, - Attachment => 1, - }, -}; ## ---------------------------------------------------------------------------- @@ -73,7 +66,7 @@ sub fields { } sub array_fields { - return $cfg->{array}; + return {}; } ## ---------------------------------------------------------------------------- -- 2.39.5