Go to the source code of this file.
Namespaces |
| namespace | mod |
| | Local Library of functions for module scorm.
|
Variables |
| | $reply = optional_param('reply', 0, PARAM_INT) |
| | $forum = optional_param('forum', 0, PARAM_INT) |
| | $edit = optional_param('edit', 0, PARAM_INT) |
| | $delete = optional_param('delete', 0, PARAM_INT) |
| | $prune = optional_param('prune', 0, PARAM_INT) |
| | $name = optional_param('name', '', PARAM_CLEAN) |
| | $confirm = optional_param('confirm', 0, PARAM_INT) |
| | $groupid = optional_param('groupid', null, PARAM_INT) |
| | $page_params = array('reply'=>$reply, 'forum'=>$forum, 'edit'=>$edit) |
| | $sitecontext = get_context_instance(CONTEXT_SYSTEM) |
| if(isguestuser()) | if (!isset($forum->maxattachments)) |
| | $mform_post = new mod_forum_post_form('post.php', array('course'=>$course, 'cm'=>$cm, 'coursecontext'=>$coursecontext, 'modcontext'=>$modcontext, 'forum'=>$forum, 'post'=>$post)) |
| | $draftitemid = file_get_submitted_draft_itemid('attachments') |
| | $currenttext = file_prepare_draft_area($draftid_editor, $modcontext->id, 'mod_forum', 'post', empty($post->id) ? null : $post->id, array('subdirs'=>true), $post->message) |
Variable Documentation