Skip to content

Commit

Permalink
fixed resubmit logic
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 9, 2005
1 parent fe85963 commit ca478f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mod/assignment/mod.html
Expand Up @@ -13,9 +13,6 @@
if (empty($form->assignmenttype)) {
$form->assignmenttype = "uploadsingle";
}
if (empty($form->resubmit)) {
$form->resubmit = "";
}
if (!isset($form->grade)) {
$form->grade = 100;
}
Expand Down

0 comments on commit ca478f3

Please sign in to comment.