Go to the source code of this file.
Namespaces | |
namespace | ilias |
Class ilObjQuestionPool. | |
Variables | |
$forumObj = new ilObjForum($_GET["ref_id"]) | |
$frm = & $forumObj->Forum | |
$topicData = $frm->getOneTopic() | |
if (!$rbacsystem->checkAccess("edit_post", $forumObj->getRefId())) | |
$frm_loc = & new ilForumLocatorGUI() | |
$umail = new ilMail($_SESSION["AccountId"]) |
$forumObj = new ilObjForum($_GET["ref_id"]) |
Definition at line 38 of file forums_threads_new.php.
$frm = & $forumObj->Forum |
Definition at line 39 of file forums_threads_new.php.
$frm_loc = & new ilForumLocatorGUI() |
Definition at line 66 of file forums_threads_new.php.
$topicData = $frm->getOneTopic() |
Definition at line 45 of file forums_threads_new.php.
$umail = new ilMail($_SESSION["AccountId"]) |
Definition at line 130 of file forums_threads_new.php.
Referenced by ilRegistrationGUI::__distributeMails(), ilLinkChecker::__sendMail(), ilMailbox::deleteFolder(), ilPersonalDesktopGUI::displayMails(), ilPersonalDesktopGUI::displaySystemMessages(), ilMail::getEmailOfSender(), and ilBookmarkAdministrationGUI::sendmail().
if(!$rbacsystem->checkAccess("edit_post", $forumObj->getRefId())) |
Definition at line 60 of file forums_threads_new.php.