Fixed defaulting $SESSION->cal_show_user

This commit is contained in:
moodler 2004-05-25 06:36:09 +00:00
parent af62781bca
commit 707fbef498

View File

@ -41,11 +41,12 @@
// Display the calendar page.
require_once('../config.php');
require_once('lib.php');
require_once('../course/lib.php');
require_login();
require_once('lib.php');
optional_variable($_GET['view'], 'upcoming');
optional_variable($_GET['course'], 0);
optional_variable($_GET['cal_d']);