mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Removed some debugging print
This commit is contained in:
parent
c7a311b550
commit
41e8df8755
@ -15,15 +15,6 @@
|
||||
$currentorg = optional_param('currentorg', '', PARAM_RAW); // selected organization
|
||||
$newattempt = optional_param('newattempt', 'off', PARAM_ALPHA); // the user request to start a new attempt
|
||||
|
||||
$scoid=$_GET['scoid'];
|
||||
|
||||
|
||||
//$scoid=$_POST['scoid'];
|
||||
//echo 'SCOID'.$scoid;
|
||||
if ($sco1 = get_record("scorm_scoes", "id", $scoid,"parent",'/')) {
|
||||
$scoid++;
|
||||
}
|
||||
|
||||
if (!empty($id)) {
|
||||
if (! $cm = get_coursemodule_from_id('scorm', $id)) {
|
||||
error("Course Module ID was incorrect");
|
||||
|
Loading…
x
Reference in New Issue
Block a user