]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed bug stopping the calculation of final grades.
authorrkingdon <rkingdon>
Thu, 16 Oct 2003 17:17:19 +0000 (17:17 +0000)
committerrkingdon <rkingdon>
Thu, 16 Oct 2003 17:17:19 +0000 (17:17 +0000)
mod/workshop/submissions.php

index 4ac89a60e60685525b8e3b491d5d5c4254b1965b..0cf473289fc9bad4333f465b16e5b98814cb66d1 100644 (file)
                        error("Only teachers can look at this page");
                }
 
-               if ($workshop->phase != 4) { // is this at the expected phase?
+               if ($workshop->phase != 5) { // is this at the expected phase?
                        print_heading(get_string("assignmentnotinthecorrectphase", "workshop"));
                        print_continue("view.php?a=$workshop->id");
                        }