MDL-19124 removed old parameters, no longer used

This commit is contained in:
Martin Dougiamas
2010-11-13 03:37:22 +00:00
parent ec68cc0a11
commit ef751aedfd
-2
View File
@@ -29,8 +29,6 @@ require_once($CFG->dirroot.'/tag/lib.php');
$id = optional_param('id', 0, PARAM_INT); // user id
$courseid = optional_param('course', SITEID, PARAM_INT); // course id (defaults to Site)
$enable = optional_param('enable', 0, PARAM_BOOL); // enable email
$disable = optional_param('disable', 0, PARAM_BOOL); // disable email
if (empty($id)) { // See your own profile by default
require_login();