]> git.imager.perl.org - bse.git/blobdiff - site/cgi-bin/modules/Image.pm
0.13_01 commit
[bse.git] / site / cgi-bin / modules / Image.pm
index 4ca07d50f74f16beaf0e53ff865d78c1089bd37b..865484832deaee4bde311537a32e5b333b5662be 100644 (file)
@@ -6,7 +6,7 @@ use vars qw/@ISA/;
 @ISA = qw/Squirrel::Row/;
 
 sub columns {
-  return qw/id articleId image alt width height url displayOrder/;
+  return qw/id articleId image alt width height url displayOrder name/;
 }
 
 1;