aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-29 20:54:18 +0000
committerjwangen <jwangen>2002-09-29 20:54:18 +0000
commit57e384d1ed104d600bb7320d196ff504072dd99e (patch)
treeba4d3c50a6b816ecf55527e1d5d7c61bab9547d7 /functions
parent8105e6e1bf0a0a0b33f78c0e13f69ea5098f68de (diff)
downloadphpicalendar-57e384d1ed104d600bb7320d196ff504072dd99e.tar.gz
phpicalendar-57e384d1ed104d600bb7320d196ff504072dd99e.tar.bz2
phpicalendar-57e384d1ed104d600bb7320d196ff504072dd99e.zip
Modified list_icals and sidebar so the 32 is replaced with a space in the
$ical_displayname
Diffstat (limited to 'functions')
-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 d4d41ba..91e0404 100644
--- a/functions/list_icals.php
+++ b/functions/list_icals.php
@@ -25,7 +25,7 @@ while ($file = readdir($dir_handle)) {
if ($cal_tmp == $cal) {
print "<option value=\"$current_view.php?cal=$cal_tmp\" selected>$cal_displayname Calendar</option>\n";
} else {
- print "<option value=\"$current_view.php?cal=$cal_tmp\">$cal_filename Calendar</option>\n";
+ print "<option value=\"$current_view.php?cal=$cal_tmp\">$cal_displayname Calendar</option>\n";
}
}

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