From b1563901b07c57d0957a760296c12431637c2bb0 Mon Sep 17 00:00:00 2001 From: jwangen Date: Thu, 3 Oct 2002 05:41:40 +0000 Subject: Moved init.inc.php and ical_parser into the functions directory --- day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day.php') diff --git a/day.php b/day.php index d867f8b..70bfed6 100644 --- a/day.php +++ b/day.php @@ -8,7 +8,7 @@ if (isset($HTTP_GET_VARS["jumpto_day"])) { } } $current_view = "day"; -include("./ical_parser.php"); +include("./functions/ical_parser.php"); -- cgit v1.2.3