]> git.mjollnir.org Git - cil.git/commitdiff
There are no arrays in the Comment type.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 12:11:16 +0000 (00:11 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 12:11:16 +0000 (00:11 +1200)
lib/CIL/Comment.pm

index 6f5a3139fe89d71b9b27aacf287392db1397ff3d..4206ebded30dd06363d8b24191fbaad79ef884e7 100644 (file)
@@ -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 {};
 }
 
 ## ----------------------------------------------------------------------------