aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-04 07:41:57 +0000
committerjwangen <jwangen>2002-10-04 07:41:57 +0000
commit9d2eafe2e806a86b5617ed98040fd8667066f852 (patch)
tree364dbc09e14e6994bc92199fee9e80eb7b1e6082 /day.php
parente3fd5651b14606708e5e223aa13d7efbc7400cfe (diff)
downloadphpicalendar-9d2eafe2e806a86b5617ed98040fd8667066f852.tar.gz
phpicalendar-9d2eafe2e806a86b5617ed98040fd8667066f852.tar.bz2
phpicalendar-9d2eafe2e806a86b5617ed98040fd8667066f852.zip
added blacklisting of local calendars and the ability to view remote
calendars
Diffstat (limited to 'day.php')
-rw-r--r--day.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/day.php b/day.php
index b8a5e59..75cfb3a 100644
--- a/day.php
+++ b/day.php
@@ -112,7 +112,7 @@ if ($master_array[($getdate)]) {
<?php
// The all day events returned here.
if ($master_array[($getdate)]['-1']) {
- echo '<tr>\n';
+ echo '<tr>'."\n";
echo '<td colspan="3" height="24">'."\n";
echo '<table width="100%" border="0" cellspacing="1" cellpadding="4">'."\n";
foreach($master_array[($getdate)]['-1'] as $allday) {

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