aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_icals.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-14 04:59:15 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-14 04:59:15 +0000
commit60d3444d69100a5b0e8169237a382c32e44b68cc (patch)
treed081bb8b9b820f080ca8cecdc23344763addc86d /functions/list_icals.php
parentcfbe007905bb11c120ba6eb4512112cb2a82cc4e (diff)
downloadphpicalendar-60d3444d69100a5b0e8169237a382c32e44b68cc.tar.gz
phpicalendar-60d3444d69100a5b0e8169237a382c32e44b68cc.tar.bz2
phpicalendar-60d3444d69100a5b0e8169237a382c32e44b68cc.zip
Fix for [ 831524 ] ghost events displayed, changed config to not save
parsed cals, and took the double getdate out of list_icals.
Diffstat (limited to 'functions/list_icals.php')
-rw-r--r--functions/list_icals.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions/list_icals.php b/functions/list_icals.php
index fecf484..9382656 100644
--- a/functions/list_icals.php
+++ b/functions/list_icals.php
@@ -2,11 +2,6 @@
if ($display_ical_list == "yes") {
// start of <select> tag
- if (isset($getdate)) {
- $query="&amp;getdate=$getdate";
- } else {
- $query="";
- }
echo "<select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'";
if (isset($query)) echo $query;
echo "');\">";

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