X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fview_header.php;h=8819f21b60e2051a1467038bd48ed3c5307a1dcc;hp=65214f91a0c92d43b9ae86a64de98827e1c8af19;hb=5e5daa47f6270e55903f95fb3deff491fde2d6f5;hpb=9aaa9ae25065b41ecf3dbdf382c4f5dea7e84ffa diff --git a/src/view_header.php b/src/view_header.php index 65214f91..8819f21b 100644 --- a/src/view_header.php +++ b/src/view_header.php @@ -5,7 +5,7 @@ * * This is the code to view the message header. * - * @copyright 1999-2014 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 squirrelmail @@ -93,9 +93,9 @@ if ( !sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET) ) { } sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); -global $imapSslOptions; // in case not defined in config +global $imap_stream_options; // in case not defined in config $imapConnection = sqimap_login($username, false, $imapServerAddress, - $imapPort, 0, $imapSslOptions); + $imapPort, 0, $imap_stream_options); $mbx_response = sqimap_mailbox_select($imapConnection, $mailbox, false, false, true); $header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id);