~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to src/view_header.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Jeroen van Wolffelaar, Thijs Kinkhorst
  • Date: 2005-08-15 21:06:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050815210600-qxvat452exjqg64j
Tags: 2:1.4.5-2
[ Jeroen van Wolffelaar ]
* Restore squirrelmail-configure manpage, accidently dropped in -1
* Use debhelper compat level 4

[ Thijs Kinkhorst ]
* Drop obsolete symlink for attachment dir.
* Do not ship upstream README, which contains hardly any information
  relevant to Debian. Extend README.Debian a bit. Thanks W. Borgert.
* Add years to copyright statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *
9
9
 * This is the code to view the message header.
10
10
 *
11
 
 * @version $Id: view_header.php,v 1.16.2.4 2004/12/27 15:04:01 kink Exp $
 
11
 * @version $Id: view_header.php,v 1.16.2.6 2005/07/06 07:52:46 stekkel Exp $
12
12
 * @package squirrelmail
13
13
 */
14
14
 
78
78
            $header_output[] = array($f,$s);
79
79
        }
80
80
    }
81
 
    sqimap_logout($imapConnection);
82
81
    return $header_output;
83
82
}
84
83
 
131
130
 
132
131
$header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id); 
133
132
view_header($header, $mailbox, $color);
134
 
 
 
133
sqimap_logout($imapConnection);
135
134
?>
 
 
b'\\ No newline at end of file'