aboutsummaryrefslogtreecommitdiffstats
path: root/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-26 08:34:34 +0000
committerjwangen <jwangen>2002-09-26 08:34:34 +0000
commit153e93b99820f19b1e264191c139bb9062d9c9e4 (patch)
treebf249a086307765fdfbea58e8f9b69c3d0f0d76c /init.inc.php
parentf35f8c14ad49f607e2cfd54e7799ffae1126558a (diff)
downloadphpicalendar-153e93b99820f19b1e264191c139bb9062d9c9e4.tar.gz
phpicalendar-153e93b99820f19b1e264191c139bb9062d9c9e4.tar.bz2
phpicalendar-153e93b99820f19b1e264191c139bb9062d9c9e4.zip
Montly recurrences should be working now
Diffstat (limited to 'init.inc.php')
-rw-r--r--init.inc.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.inc.php b/init.inc.php
index 0211d8f..3363990 100644
--- a/init.inc.php
+++ b/init.inc.php
@@ -17,9 +17,6 @@ include("./languages/$language.inc.php");
// $cal_filename should always be the filename of the calendar without .ics
if (isset($_GET["cal"])) {
$cal_filename = stripslashes(urldecode($_GET["cal"]));
- setcookie("cal",$cal_filename);
-} elseif ($_COOKIE["cal"]) {
- $cal_filename = stripslashes(urldecode($_COOKIE["cal"]));
} else {
$cal_filename = $default_cal;
}

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