The use of 'user' as a column name no longer causes errors in SquirrelMail/PostgreSQL
[squirrelmail.git] / plugins / demo / demo.php
index 149831b374099862c04231f1430be0761d6866b9..4cadfe8ec74c765301576634a86e66dd1fe7b5a5 100644 (file)
@@ -6,7 +6,7 @@
   * This page is used as a place holder for custom plugin 
   * pages that are accessed directly by the client.
   *
-  * @copyright © 2006-2007 The SquirrelMail Project Team
+  * @copyright 2006-2010 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @version $Id$
   * @package plugins
@@ -25,7 +25,7 @@ if (!in_array('demo', $plugins))
 
 
 global $oTemplate, $color;
-displayPageHeader($color, 'None');
+displayPageHeader($color, '');
 
 $oTemplate->display('plugins/demo/demo.tpl');
 $oTemplate->display('footer.tpl');