From: stronk7 Date: Mon, 31 Jan 2005 18:10:50 +0000 (+0000) Subject: Avoid some probles when returning to the original user after using the loginas feature. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6bdd02e40b156283b6c6e73e5d4e5eb18b9eef8c;p=moodle.git Avoid some probles when returning to the original user after using the loginas feature. (sesskey not set) --- diff --git a/lib/weblib.php b/lib/weblib.php index dddc142a88..7f9578ff6b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2679,7 +2679,7 @@ function update_module_button($moduleid, $courseid, $string) { return "
framename\" method=\"get\" action=\"$CFG->wwwroot/course/mod.php\">". "". "". - "sesskey\" />". + "". "
"; } else { return '';