From a45d54a3f479740b88a319070942bcef31362d15 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 26 Sep 2002 02:54:46 +0000 Subject: initial session checkin. most are commented out. --- day.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'day.php') diff --git a/day.php b/day.php index 54939a2..cd0c493 100644 --- a/day.php +++ b/day.php @@ -3,6 +3,13 @@ $current_view = "day"; include("./ical_parser.php"); +//if ($use_sessions == "yes") { +// session_start(); +// if (is_array($aArray)) $master_array = $aArray; +// echo "using sessions"; +//} + + $starttime = "0700"; $weekstart = 1; $gridLength = 30; -- cgit v1.2.3