From: rkingdon Date: Wed, 18 Feb 2004 12:12:12 +0000 (+0000) Subject: Fixed restart bug - continue now handle through POST not GET. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c7901feb9982cd030f4bd2cbf4fbb4b45ba5eac5;p=moodle.git Fixed restart bug - continue now handle through POST not GET. --- diff --git a/mod/lesson/view.php b/mod/lesson/view.php index fc57d81bc3..c9484b785e 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -97,9 +97,16 @@ break; // only look at the latest correct attempt } if ($lastpageseen != $firstpageid) { - notice_yesno(get_string("youhaveseen","lesson"), - "view.php?id=$cm->id&action=navigation&pageid=$lastpageseen", - "view.php?id=$cm->id&action=navigation&pageid=$firstpageid"); + echo "
\n"; + echo "id\">\n"; + echo "\n"; + echo "\n"; + print_simple_box("

".get_string("youhaveseen","lesson")."

", + "center"); + echo "

   

\n"; + echo "
\n"; print_footer($course); exit(); }