|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $f = required_param('f',PARAM_INT) | |
| $mark = required_param('mark',PARAM_ALPHA) | |
| $d = optional_param('d',0,PARAM_INT) | |
| $returnpage = optional_param('returnpage', 'index.php', PARAM_FILE) | |
| $url = new moodle_url('/mod/forum/markposts.php', array('f'=>$f, 'mark'=>$mark)) | |
| if(!$forum=$DB->get_record("forum", array("id"=> $f))) if(!$course=$DB-> get_record("course", array("id"=> $forum->course))) if(!$cm=get_coursemodule_from_instance("forum", $forum->id, $course->id)) | $user = $USER |
| $info | name = fullname($user) |
| $info | forum = format_string($forum->name) |
| $d = optional_param('d',0,PARAM_INT) |
Definition at line 31 of file markposts.php.
| $f = required_param('f',PARAM_INT) |
Definition at line 29 of file markposts.php.
| $mark = required_param('mark',PARAM_ALPHA) |
Definition at line 30 of file markposts.php.
| $returnpage = optional_param('returnpage', 'index.php', PARAM_FILE) |
Definition at line 32 of file markposts.php.
| $url = new moodle_url('/mod/forum/markposts.php', array('f'=>$f, 'mark'=>$mark)) |
Definition at line 34 of file markposts.php.
| if (!$forum=$DB->get_record("forum", array("id"=> $f))) if (!$course=$DB->get_record("course", array("id"=> $forum->course))) if (!$cm=get_coursemodule_from_instance("forum", $forum->id, $course->id)) $user = $USER |
Definition at line 55 of file markposts.php.
| $info forum = format_string($forum->name) |
Definition at line 76 of file markposts.php.