]> iEval git - gruntmaster-data.git/blobdiff - lib/Gruntmaster/Data.pm
Remove unused user argument from user_entry
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index b9e6d3a2a536c2e46ddf3563ae7b0be18a3be654..203ee830acf82b6f1c26bdb94679afa9fd48221a 100644 (file)
@@ -116,7 +116,7 @@ sub problem_list {
 }
 
 sub problem_entry {
-       my ($id, $contest, $user) = @_;
+       my ($id, $contest) = @_;
        $contest &&= contest_entry $contest;
        my $ret = add_names query(problem_entry_sth => $id)->hash;
        my $limits = query(limits_sth => $id)->hashes;
This page took 0.019659 seconds and 4 git commands to generate.