aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-22 02:32:49 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-22 02:32:49 +0000
commit5b1c3e027de976340f2b1858a8bc0ca2eb3c7590 (patch)
treedd9775218f6917281835624fd478c0bbdc6f5df4 /year.php
parent2d0769b6931257999a91e2039c02fb9a9d7a0969 (diff)
downloadphpicalendar-5b1c3e027de976340f2b1858a8bc0ca2eb3c7590.tar.gz
phpicalendar-5b1c3e027de976340f2b1858a8bc0ca2eb3c7590.tar.bz2
phpicalendar-5b1c3e027de976340f2b1858a8bc0ca2eb3c7590.zip
Fixed Double Sundays around the site.
Diffstat (limited to 'year.php')
-rw-r--r--year.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/year.php b/year.php
index 48a049f..56ce445 100644
--- a/year.php
+++ b/year.php
@@ -142,7 +142,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
echo '<td width="30" height="30" align="right" valign="top" class="monthoff" onMouseOver=this.style.backgroundColor="#DDDDDD" onMouseOut=this.style.backgroundColor="#F2F2F2" onclick="window.location.href=\'day.php?cal=' . $cal . '&getdate=' . $daylink . '\'">' . "\n";
echo '<a class="psf" href="day.php?cal=' . $cal . '&getdate=' . $daylink . '">' . $day . '</a></td>' . "\n";
}
- $start_day = ($start_day + (24.5 * 60 * 60));
+ $start_day = strtotime("+1 day", $start_day);
$i++;
$image1 = '';
$image2 = '';

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