]> iEval git - gruntmaster-data.git/blobdiff - lib/Gruntmaster/Data.pm
add description to contest
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index e3d0947db43e5f9244ae94eed08917f1b840fd2d..f1564e859a565cf9c16c93f85fc344930b93f3ff 100644 (file)
@@ -7,7 +7,7 @@ use JSON qw/encode_json decode_json/;
 use Redis;
 use Sub::Name qw/subname/;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 our $contest;
 my $redis = Redis->new;
@@ -76,7 +76,7 @@ sub defhash{
 }
 
 defhash problem => qw/name level difficulty statement owner author private generator runner judge testcnt timeout olimit/;
-defhash contest => qw/start end name owner/;
+defhash contest => qw/start end name owner description/;
 defhash job => qw/date errors extension filesize private problem result result_text user/;
 defhash user => qw/name email lastjob town university level/;
 
This page took 0.022691 seconds and 4 git commands to generate.