Namespaces | Variables

mail_print.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 

admin objects frameset


Variables

 $tplprint = new ilTemplate("tpl.mail_print.html",true,true)
 $umail = new ilMail($_SESSION["AccountId"])
 $mail_data = $umail->getMail($_GET["mail_id"])
 $tmp_user = new ilObjUser($mail_data["sender_id"])

Variable Documentation

$mail_data = $umail->getMail($_GET["mail_id"])

Definition at line 43 of file mail_print.php.

$tmp_user = new ilObjUser($mail_data["sender_id"])
$tplprint = new ilTemplate("tpl.mail_print.html",true,true)

Definition at line 38 of file mail_print.php.

$umail = new ilMail($_SESSION["AccountId"])

Definition at line 42 of file mail_print.php.