Removed variables that were initialized, but never actually used
[squirrelmail.git] / plugins / calendar / calendar.php
index 9c78338cf95ce4e63f95187b00e658446ec52a16..440c8d191d220a9ee18775e89ab7d3580380a707 100644 (file)
@@ -96,7 +96,7 @@ function startcalendar() {
 
 //main logic for month view of calendar
 function drawmonthview() {
-    global $year, $month, $day, $color, $calendardata, $todayis;
+    global $year, $month, $color, $calendardata, $todayis;
 
     $aday = 1 - date('w', mktime(0, 0, 0, $month, 1, $year));
     $days_in_month = date('t', mktime(0, 0, 0, $month, 1, $year));