do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / plugins / listcommands / options.php
index 26e4ec235c5e49865981b285181d0ce214a953ae..67dfc0151e0658ca94f5c91506da9b082d51607f 100644 (file)
@@ -70,7 +70,7 @@ if (sqGetGlobalVar('addlist', $ignore, SQ_FORM)
 
 
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 
 $oTemplate->assign('lists', $lists);
 $oTemplate->display('plugins/listcommands/non_rfc_lists.tpl');