X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Finfo%2Foptions.php;h=71542a19b9aca4f8e8306b1c5336f63ab3bee329;hb=93a29a5d713e2e06b0152b51c7dc0d27b3c8c1a8;hp=85677c19448a674c4cd6c89bb74203fa54cbce3d;hpb=1b858d863d345dc7bcc4bed0c169091b084b3a0c;p=squirrelmail.git diff --git a/plugins/info/options.php b/plugins/info/options.php index 85677c19..71542a19 100644 --- a/plugins/info/options.php +++ b/plugins/info/options.php @@ -6,7 +6,7 @@ * This is where it all happens :) * * @author Jason Munro - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -26,7 +26,7 @@ require_once(SM_PATH . 'plugins/info/functions.php'); global $username, $color, $folder_prefix, $default_charset; $default_charset = strtoupper($default_charset); -displayPageHeader($color, 'None'); +displayPageHeader($color); $mailbox = 'INBOX'; /** @@ -42,8 +42,6 @@ if (! is_plugin_enabled('info')) { } /* GLOBALS */ -sqgetGlobalVar('username', $username, SQ_SESSION); - sqgetGlobalVar('submit', $submit, SQ_POST); for($i = 0; $i <= 9; $i++){ @@ -205,6 +203,6 @@ sqimap_logout($imap_stream); * * Hook allows attaching plugin to bottom of info plugin */ -do_hook('info_bottom'); +do_hook('info_bottom', $null); ?> - \ No newline at end of file +