From: jamiesensei Date: Thu, 16 Aug 2007 10:44:07 +0000 (+0000) Subject: oops. Removed stray die; that was in the code for debug purposes. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=610ef0930fab5fbabb8c281b87c3b7c068b0a502;p=moodle.git oops. Removed stray die; that was in the code for debug purposes. --- 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 {