Remove unused globals
[squirrelmail.git] / plugins / calendar / calendar.php
index 098ef0004caaf62474f7cfcc4ab75aeb6f56d8b2..9c78338cf95ce4e63f95187b00e658446ec52a16 100644 (file)
@@ -50,7 +50,7 @@ if (isset($_POST['month'])) {
 
 //display upper part of month calendar view
 function startcalendar() {
-    global $year, $month, $day, $color;
+    global $year, $month, $color;
 
     $prev_date = mktime(0, 0, 0, $month - 1, 1, $year);
     $act_date  = mktime(0, 0, 0, $month, 1, $year);