Add private to problem hash
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 06:52:59 +0000 (08:52 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 06:52:59 +0000 (08:52 +0200)
lib/Gruntmaster/Data.pm

index 635719422c5fc427d52e7fca02b6329f0010da82..73a0217ea1794b562478cb4b2a02ef2b25144d28 100644 (file)
@@ -75,7 +75,7 @@ sub defhash{
        };
 }
 
-defhash problem => qw/name level statement owner author/;
+defhash problem => qw/name level statement owner author private/;
 defhash contest => qw/start end name owner/;
 defhash job => qw/date errors extension filesize private problem result result_text user/;
 defhash user => qw/name email town university level/;
This page took 0.011216 seconds and 4 git commands to generate.