]> iEval git - gruntmaster-data.git/blobdiff - lib/Gruntmaster/Data.pm
Add a country column to users
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index 296549b8a3d6c4ce61981cff8dba3a0e7d7c498d..fd61a21ad8e63a7631e3547796cf7ef29118182d 100644 (file)
@@ -26,7 +26,7 @@ use PerlX::Maybe qw/maybe/;
 use Sub::Name qw/subname/;
 
 use constant PROBLEM_PUBLIC_COLUMNS => [qw/id author writer level name owner private timeout olimit value/];
-use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university level/];
+use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university country level/];
 use constant JOBS_PER_PAGE => 10;
 
 sub dynsub{
This page took 0.021771 seconds and 4 git commands to generate.