aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_icals.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-31 22:59:28 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-31 22:59:28 +0000
commit7cade3b04274ecc2d3583a0602cc5de3643e81a6 (patch)
treeec2b28c307671a3d19f421f1b9cbe42762b2dfc7 /functions/list_icals.php
parentc143f2891418cb0f0ae0f80f7d2d58e69879a722 (diff)
downloadphpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.tar.gz
phpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.tar.bz2
phpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.zip
More template work.
Diffstat (limited to 'functions/list_icals.php')
-rw-r--r--functions/list_icals.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/functions/list_icals.php b/functions/list_icals.php
deleted file mode 100644
index 81984f7..0000000
--- a/functions/list_icals.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-if ($display_ical_list == "yes") {
- echo "<select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'";
- if (isset($query)) echo $query;
- echo "');\">";
-
- // List the calendars.
- display_ical_list(availableCalendars($username, $password, $ALL_CALENDARS_COMBINED));
-
- print "</select>";
-}
-?>

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