Revert changes in revision 14302. Revision 14302 should only have changed functions...
[squirrelmail.git] / plugins / calendar / day.php
index abb70db7251b6d96e148b5ccd0e6797257ac613b..55dd8c4d1c6cf1bd507afef57edf5eebfb59c057 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Displays the day page (day view).
  *
- * @copyright © 2002-2006 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
@@ -169,7 +169,7 @@ $calself=basename($PHP_SELF);
 
 $daily_events = array();
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 calendar_header();
 readcalendardata();
 day_header();
@@ -177,4 +177,4 @@ initialize_events();
 display_events();
 ?>
 </table></td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>