From c65b63deb61ff2fc110702c5d15e327c88449948 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 4 May 2007 05:51:59 +0000 Subject: [PATCH] removed global var declaration for var that wasn't used in function --- question/type/calculated/questiontype.php | 1 - 1 file changed, 1 deletion(-) 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 = ''; -- 2.39.5