From 3de88244c46450d844247b585cf525e2ed1cb77c Mon Sep 17 00:00:00 2001 From: michaelpenne Date: Tue, 21 Sep 2004 22:13:08 +0000 Subject: [PATCH] added option to delete a users attempt records. Sends an email if delete was seccessful or not. --- mod/lesson/mod.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mod/lesson/mod.html b/mod/lesson/mod.html index a1f4f20772..f1511b73c6 100644 --- a/mod/lesson/mod.html +++ b/mod/lesson/mod.html @@ -97,11 +97,15 @@ if ($form->mode == "add") { if (!isset($form->lessondefault)) { $form->lessondefault = 0; } + + $form->deleteattempts = ""; + /// CDC-FLAG /// ?>
+ @@ -407,6 +411,20 @@ if ($form->mode == "add") { ?> +mode != "add") { +?> + + + + +mode != "add") { +?>

:

:

+ + + +
-- 2.39.5