Go to the source code of this file.
Namespaces | |
namespace | ilias |
Class ilObjQuestionPool. | |
Variables | |
$umail = new ilMail($_SESSION["AccountId"]) | |
$mail_data = $umail->getMail($_GET["mail_id"]) | |
if ($_POST["cmd"]) | |
$tplbtn = new ilTemplate("tpl.buttons.html", true, true) | |
$counter = 1 | |
$tmp_user = new ilObjUser($mail_data["sender_id"]) |
$counter = 1 |
Definition at line 124 of file mail_read.php.
$mail_data = $umail->getMail($_GET["mail_id"]) |
Definition at line 52 of file mail_read.php.
$tmp_user = new ilObjUser($mail_data["sender_id"]) |
Definition at line 128 of file mail_read.php.
$tplbtn = new ilTemplate("tpl.buttons.html", true, true) |
Definition at line 88 of file mail_read.php.
$umail = new ilMail($_SESSION["AccountId"]) |
Definition at line 42 of file mail_read.php.
if($_POST["cmd"]) |
Definition at line 64 of file mail_read.php.