oops. Removed stray die; that was in the code for debug purposes.

This commit is contained in:
jamiesensei 2007-08-16 10:44:07 +00:00
parent 8946d96403
commit 610ef0930f

View File

@ -180,7 +180,6 @@ if ($mform->is_cancelled()){
notify(get_string('changessaved'), '');
close_window(3);
} else {
die;
redirect($returnurl);
}
} else {