aboutsummaryrefslogtreecommitdiffstats
path: root/month.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 /month.php
parent2d0769b6931257999a91e2039c02fb9a9d7a0969 (diff)
downloadphpicalendar-5b1c3e027de976340f2b1858a8bc0ca2eb3c7590.tar.gz
phpicalendar-5b1c3e027de976340f2b1858a8bc0ca2eb3c7590.tar.bz2
phpicalendar-5b1c3e027de976340f2b1858a8bc0ca2eb3c7590.zip
Fixed Double Sundays around the site.
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index 090291c..8afbee9 100644
--- a/month.php
+++ b/month.php
@@ -180,7 +180,7 @@
echo "</table>\n";
echo "</td>\n";
}
- $sunday = ($sunday + (24.5 * 60 * 60));
+ $sunday = strtotime("+1 day", $sunday);
$i++;
if ($i == 7) {
echo "</tr>\n";

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