From: jamiesensei Date: Fri, 4 May 2007 05:51:59 +0000 (+0000) Subject: removed global var declaration for var that wasn't used in function X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c65b63deb61ff2fc110702c5d15e327c88449948;p=moodle.git removed global var declaration for var that wasn't used in function --- diff --git a/question/type/calculated/questiontype.php b/question/type/calculated/questiontype.php index 14a370bbde..e464b79356 100644 --- a/question/type/calculated/questiontype.php +++ b/question/type/calculated/questiontype.php @@ -699,7 +699,6 @@ class question_calculated_qtype extends question_dataset_dependent_questiontype function comment_header($question) { //$this->get_question_options($question); - global $SESSION; $strheader = ''; $delimiter = '';