Add plugin compatiblility info
[squirrelmail.git] / plugins / calendar / event_delete.php
index dc90191b4b4d18f667e5684403db21cfadd439ba..fd75562917b43087321df189b0b1c56562a4e310 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Functions to delete a event.
  *
- * @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
@@ -119,7 +119,7 @@ if ($day <= 0){
 
 $calself=basename($PHP_SELF);
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 //load calendar menu
 calendar_header();
 
@@ -145,4 +145,4 @@ if (isset($dyear) && isset($dmonth) && isset($dday) && isset($dhour) && isset($d
 
 ?>
 </table></td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>