MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

This commit is contained in:
dwoolhead 2007-06-22 13:20:06 +00:00
parent b74be1a20a
commit d3b265933a
5 changed files with 8 additions and 0 deletions

View file

@ -31,5 +31,6 @@
<p>
<input type="hidden" name="action" value="new" />
<input type="hidden" name="timestart" value="<?php echo $form->timestart; ?>" />
<input type="hidden" name="course" value="<?php p($urlcourse); ?>" />
</p>
</form>