Remove possible bad system admin typos (#2827153).
[squirrelmail.git] / plugins / calendar / event_edit.php
index 7d38c64e25a0a98b5986443b5d4c5b071338e424..3538ac6479a091c21f8ae35d68119928aa53e7d0 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Functions to edit an event.
  *
- * @copyright © 2002-2007 The SquirrelMail Project Team
+ * @copyright © 2002-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -255,7 +255,7 @@ if ($hour <= 0){
 
 $calself=basename($PHP_SELF);
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 //load calendar menu
 calendar_header();
 
@@ -311,4 +311,4 @@ if (!isset($updated)){
 
 ?>
 </table></td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>