aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_icals.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 07:10:10 +0000
committerjwangen <jwangen>2002-10-05 07:10:10 +0000
commit0d9dd6372798c485234bcb071d797843eb43094f (patch)
treecda31d766017ede39b672f6036c90ab9bcb37b2a /functions/list_icals.php
parent305ebf2eed3fda0fc8df67d73d89781d8455d181 (diff)
downloadphpicalendar-0d9dd6372798c485234bcb071d797843eb43094f.tar.gz
phpicalendar-0d9dd6372798c485234bcb071d797843eb43094f.tar.bz2
phpicalendar-0d9dd6372798c485234bcb071d797843eb43094f.zip
Added saving parsed cals to a file for quicker processing.
Prepared language files for translation.
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 c2635aa..70a3202 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("Unable to open $calendar_path");
+ $dir_handle = @opendir($calendar_path) or die(error($error_path_lang, $calendar_path));
// build the <option> tags
while ($file = readdir($dir_handle)) {

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