From 610ef0930fab5fbabb8c281b87c3b7c068b0a502 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Thu, 16 Aug 2007 10:44:07 +0000 Subject: [PATCH] oops. Removed stray die; that was in the code for debug purposes. --- question/question.php | 1 - 1 file changed, 1 deletion(-) diff --git a/question/question.php b/question/question.php index 791756e279..2fada32f1d 100644 --- a/question/question.php +++ b/question/question.php @@ -180,7 +180,6 @@ if ($mform->is_cancelled()){ notify(get_string('changessaved'), ''); close_window(3); } else { - die; redirect($returnurl); } } else { -- 2.39.5