mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixed short php tags; merged from MOODLE_16_STABLE
This commit is contained in:
parent
a536138d02
commit
e7a8d28f57
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ if (!isset($discussion->timeend)) {
|
|||
<?php } else { ?>
|
||||
<input type="hidden" name="timestartdisabled" value="1" />
|
||||
<input type="hidden" name="timeenddisabled" value="1" />
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td align="center" colspan="2">
|
||||
<input type="hidden" name="course" value="<?php p($post->course) ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue