Don't use 'None' in displayPageHeader() calls
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 22 Dec 2008 03:23:10 +0000 (03:23 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 22 Dec 2008 03:23:10 +0000 (03:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13381 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/demo/demo.php

index 149831b374099862c04231f1430be0761d6866b9..a67733583a49f645947b70069090c530b8636a24 100644 (file)
@@ -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');