X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Flistcommands%2Foptions.php;h=a75696cc4cf2509258bfe48510c3e6a95b6bc3d1;hb=d47243ef228a893fda11d5b8d7169a15cb21c333;hp=26e4ec235c5e49865981b285181d0ce214a953ae;hpb=cdb3b004685f28cd34a38cec8d446aba1f0f72ff;p=squirrelmail.git diff --git a/plugins/listcommands/options.php b/plugins/listcommands/options.php index 26e4ec23..a75696cc 100644 --- a/plugins/listcommands/options.php +++ b/plugins/listcommands/options.php @@ -6,7 +6,7 @@ * * Shows options page for managing non-RFC-compliant list subscriptions. * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright 1999-2015 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -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');