Subversion Repositories VORC

Rev

Rev 196 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 196 Rev 227
Line 25... Line 25...
25
my %COLUMNS = (
25
my %COLUMNS = (
26
# colname   =>  [qw(DisplayName       N    type     status)],   status ->  static | default | <blank>
26
# colname   =>  [qw(DisplayName       N    type     status)],   status ->  static | default | <blank>
27
  derby_name  => [qw(DerbyName    20    text      static )],
27
  derby_name  => [qw(DerbyName    20    text      static )],
28
  real_name  => [qw(RealName    25    text      static )],
28
  real_name  => [qw(RealName    25    text      static )],
29
  email       => [qw(Email   30    text      static )],
29
  email       => [qw(Email   30    text      static )],
-
 
30
  tshirt       => [qw(TShirt   35    select      static )],
30
  totalhours      => [qw(TotalHours         40    number      static )]
31
  totalhours      => [qw(TotalHours         40    number      static )]
31
);
32
);
Line 32... Line 33...
32
 
33
 
33
# Set any custom "where" DB filters here...
34
# Set any custom "where" DB filters here...