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

This commit is contained in:
dongsheng
2008-07-02 07:05:30 +00:00
parent 0d2ee05aa1
commit db15d5d552
+1
View File
@@ -300,6 +300,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']);
}