Add plugin compatiblility info
[squirrelmail.git] / plugins / calendar / calendar.php
index f76e2d0f6076c6dd23d010be711eeee8bab5cd08..5616308c0c7402dfa1f0b25d91a0b38cfdcb5fb4 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Displays the main calendar page (month view).
  *
- * @copyright © 2002-2007 The SquirrelMail Project Team
+ * @copyright 2002-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -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" .