Browse Source

remove unused globals, thanks Tomas Kuliavas for $day

Thijs Kinkhorst 18 years ago
parent
commit
f69d74535e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/calendar/calendar.php

+ 1 - 1
plugins/calendar/calendar.php

@@ -138,7 +138,7 @@ function drawmonthview() {
  * @access private
  */
 function endcalendar() {
-    global $year, $month, $day, $color;
+    global $year, $month;
 
     echo html_tag( 'tr' ) ."\n" .
            html_tag( 'td', '', 'left', '', 'colspan="7"' ) ."\n" .