]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-15424, close table tags manually before calling redirect, merged from MOODLE_19_...
authordongsheng <dongsheng>
Wed, 2 Jul 2008 07:09:38 +0000 (07:09 +0000)
committerdongsheng <dongsheng>
Wed, 2 Jul 2008 07:09:38 +0000 (07:09 +0000)
calendar/event.php

index b2ce6318cae53cff453ce7b3528deab45e7dc6f2..05bdef9ce9b9c98c6c6cb89477e1491d768a392f 100644 (file)
                     }
                 }
 
+                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']);
 
             }