From 6edcab7a1a9989f4210a6320faf253af0a5d09e6 Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Tue, 15 Nov 2011 15:56:44 -0500 Subject: [PATCH] MDL-20534 Undo change that Chris already did. --- mod/lti/locallib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php index bb53e6f0be7..fcb52d53ac1 100644 --- a/mod/lti/locallib.php +++ b/mod/lti/locallib.php @@ -173,9 +173,6 @@ function lti_view($instance) { $requestparams['launch_presentation_return_url'] = $returnurl; } - $requestparams['tool_consumer_info_product_family_code'] = 'moodle'; - $requestparams['tool_consumer_info_version'] = strval($CFG->version); - if (!empty($key) && !empty($secret)) { $parms = lti_sign_parameters($requestparams, $endpoint, "POST", $key, $secret); } else { -- 2.43.0