From 1ad9d071c9df913ac635e6a52276155fc0c276b1 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Sat, 22 Jan 2005 09:00:42 +0000 Subject: [PATCH] Merged from MOODLE_14_STABLE - Closing SC#66 --- course/edit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/course/edit.php b/course/edit.php index 42d2c472f1..edfa2ccf72 100644 --- a/course/edit.php +++ b/course/edit.php @@ -44,6 +44,8 @@ $form->startdate = make_timestamp($form->startyear, $form->startmonth, $form->startday); + $form->format = optional_param('format', 'social', PARAM_ALPHA); + validate_form($course, $form, $err); if (count($err) == 0) { -- 2.39.5