aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-06 20:19:23 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-06 20:19:23 +0000
commit8f8ee3be28fd7786d85bf9064191b214892b4062 (patch)
tree4e43447d073687636be41ac0609610e48e6dacdf /month.php
parent89d24274b2c0810d5e595b499983cb7664c70b88 (diff)
downloadphpicalendar-8f8ee3be28fd7786d85bf9064191b214892b4062.tar.gz
phpicalendar-8f8ee3be28fd7786d85bf9064191b214892b4062.tar.bz2
phpicalendar-8f8ee3be28fd7786d85bf9064191b214892b4062.zip
added minical_view support, updated time_bg for long events, added new shiznit to README
Diffstat (limited to 'month.php')
-rw-r--r--month.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/month.php b/month.php
index 0414319..7006334 100644
--- a/month.php
+++ b/month.php
@@ -1,6 +1,7 @@
<?php
$current_view = "month";
- include("./functions/ical_parser.php");
+ include("./functions/ical_parser.php");
+ if ($minical_view == "current") $minical_view = "month";
//might not need this, depending on implimentation, doesn't work correctly in current form anyway
//setcookie("last_view", "month");

© 2014-2024 Faster IT GmbH | imprint | privacy policy