From 44a043021cd0cf06d3495a12801313c409db27dc Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 28 Oct 2002 17:38:12 +0000 Subject: month only highlights the current day --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 3554b93..c47e9fa 100644 --- a/month.php +++ b/month.php @@ -111,7 +111,7 @@ $day= "$day"; $bgclass="class=\"monthoff\""; } else { - if ($getdate == $daylink) { + if ($today_today == $daylink) { $bgclass="class=\"monthon\""; } else { $bgclass="class=\"monthreg\""; -- cgit v1.2.3