program/steps/mail/headers.inc
@@ -4,7 +4,7 @@ | program/steps/mail/headers.inc | | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland | | Copyright (C) 2005-2007, The Roundcube Dev Team | | Licensed under the GNU GPL | | | | PURPOSE: | @@ -20,7 +20,7 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_POST)) { $source = $IMAP->get_raw_headers($uid); $source = $RCMAIL->imap->get_raw_headers($uid); if ($source !== false) { $source = htmlspecialchars(trim($source));