aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-28 17:38:12 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-28 17:38:12 +0000
commit44a043021cd0cf06d3495a12801313c409db27dc (patch)
tree2022a660bca09b26eeb8774a796d6e54678b4f3b /month.php
parent547f65ce58b7fe226cc300c8f7516554ef4a4144 (diff)
downloadphpicalendar-44a043021cd0cf06d3495a12801313c409db27dc.tar.gz
phpicalendar-44a043021cd0cf06d3495a12801313c409db27dc.tar.bz2
phpicalendar-44a043021cd0cf06d3495a12801313c409db27dc.zip
month only highlights the current day
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 3554b93..c47e9fa 100644
--- a/month.php
+++ b/month.php
@@ -111,7 +111,7 @@
$day= "<font class=\"G10G\">$day</font>";
$bgclass="class=\"monthoff\"";
} else {
- if ($getdate == $daylink) {
+ if ($today_today == $daylink) {
$bgclass="class=\"monthon\"";
} else {
$bgclass="class=\"monthreg\"";

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