"MDL-15424, close table tags manually before calling redirect, merged from MOODLE_19_STABALE"

This commit is contained in:
dongsheng 2008-07-02 07:09:38 +00:00
parent 5425608f69
commit 5233c06bb7

View File

@ -304,6 +304,7 @@
}
}
echo '</td></tr></table>';
redirect(CALENDAR_URL.'view.php?view=day&amp;course='.$urlcourse.'&cal_d='.$_REQUEST['d'].'&cal_m='.$_REQUEST['m'].'&cal_y='.$_REQUEST['y']);
}