From 57e384d1ed104d600bb7320d196ff504072dd99e Mon Sep 17 00:00:00 2001 From: jwangen Date: Sun, 29 Sep 2002 20:54:18 +0000 Subject: Modified list_icals and sidebar so the 32 is replaced with a space in the $ical_displayname --- functions/list_icals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 "\n"; } else { - print "\n"; + print "\n"; } } -- cgit v1.2.3