aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_icals.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 07:59:17 +0000
committerjwangen <jwangen>2002-10-05 07:59:17 +0000
commitc133fe953c5b9e6312c78e86945eb3d8027f1c4c (patch)
tree0c12061ec477f6667cbe2b7a9201bc1452aedf3c /functions/list_icals.php
parent3ec59da61107defb918544a23f948e287abb0a82 (diff)
downloadphpicalendar-c133fe953c5b9e6312c78e86945eb3d8027f1c4c.tar.gz
phpicalendar-c133fe953c5b9e6312c78e86945eb3d8027f1c4c.tar.bz2
phpicalendar-c133fe953c5b9e6312c78e86945eb3d8027f1c4c.zip
modified parser to fix october bug
Diffstat (limited to 'functions/list_icals.php')
-rw-r--r--functions/list_icals.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/list_icals.php b/functions/list_icals.php
index 70a3202..5c9ff36 100644
--- a/functions/list_icals.php
+++ b/functions/list_icals.php
@@ -10,7 +10,7 @@ if ($display_ical_list == "yes") {
print "<form>\n<select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'$query');\">\n";
// open file
- $dir_handle = @opendir($calendar_path) or die(error($error_path_lang, $calendar_path));
+ $dir_handle = @opendir($calendar_path) or die(error(sprintf($error_path_lang, $calendar_path), $cal_filename));
// build the <option> tags
while ($file = readdir($dir_handle)) {

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