Switch off Automatic Display of New Resource?

Re: Switch off Automatic Display of New Resource?

by Chris West -
Number of replies: 0
course/mod.php

line 99...
    if (isset($mod->redirect)) {
                    $SESSION->returnpage = $mod->redirecturl;
                } else {
                    //$SESSION->returnpage = "$CFG->wwwroot/mod/$mod->modulename/view.php?id=$mod->coursemodule";
                    //changed so that after submitting an update to a resource
                    // you are taken back to the course page
                    $SESSION->returnpage = $mod->redirecturl;
                }

line 162, same...
     if (isset($mod->redirect)) {
                    $SESSION->returnpage = $mod->redirecturl;
                } else {
                    //$SESSION->returnpage = "$CFG->wwwroot/mod/$mod->modulename/view.php?id=$mod->coursemodule";
                    //changed so that after submitting a new resource
                    // you are taken back to the course page
                    $SESSION->returnpage = $mod->redirecturl;
                  }


Average of ratings: Useful (1)