]> git.mjollnir.org Git - moodle.git/commit
Fix for bug 1320:
authordefacer <defacer>
Fri, 7 May 2004 10:15:10 +0000 (10:15 +0000)
committerdefacer <defacer>
Fri, 7 May 2004 10:15:10 +0000 (10:15 +0000)
commitbd1195678c47e40e7bb3ada783419d9436af2b93
tree6d8baa09fa31b104220154ea6079343b3c72c980
parentc85afffd71389768316bad583e504b74436752ca
Fix for bug 1320:

Upcoming events were not displayed before calendar_session_vars() was called
at least once. The upcoming events block did not do that, because once upon a
time it was displayed below the month view, which was known to do it :)

Solution: calendar_session_vars() is now called directly from lib.php.
blocks/calendar_month/block_calendar_month.php
calendar/lib.php