ChangeLog
[squirrelmail.git] / plugins / calendar / event_delete.php
index dc90191b4b4d18f667e5684403db21cfadd439ba..ca1c83aebafb73851b6ad49b268c6e523636acc3 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Functions to delete a event.
  *
- * @copyright © 2002-2007 The SquirrelMail Project Team
+ * @copyright 2002-2012 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>