From 1ceb53f9458e60cf82b57030b8c6cfb2718a5f3e Mon Sep 17 00:00:00 2001 From: Ankit Kumar Agarwal Date: Tue, 8 Nov 2011 07:41:25 +0530 Subject: [PATCH] MDL-30158 Questions Cleaning up blackboard/format.php --- question/format/blackboard/format.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/question/format/blackboard/format.php b/question/format/blackboard/format.php index 78adec1632a..1abf61f6cef 100644 --- a/question/format/blackboard/format.php +++ b/question/format/blackboard/format.php @@ -125,7 +125,6 @@ class qformat_blackboard extends qformat_default { if ($ishtml) { $question->questiontext = html_entity_decode(trim($thisquestion["#"]["BODY"][0]["#"]["TEXT"][0]["#"]),ENT_QUOTES,'UTF-8'); } - $question->questiontext = $question->questiontext; // put name in question object $question->name = shorten_text($question->questiontext, 254); @@ -178,7 +177,6 @@ class qformat_blackboard extends qformat_default { if ($ishtml) { $question->questiontext = html_entity_decode(trim($thisquestion["#"]["BODY"][0]["#"]["TEXT"][0]["#"]),ENT_QUOTES,'UTF-8'); } - $question->questiontext = $question->questiontext; // put name of question in question object, careful of length $question->name = shorten_text($question->questiontext, 254); @@ -244,7 +242,6 @@ class qformat_blackboard extends qformat_default { if ($ishtml) { $question->questiontext = html_entity_decode(trim($thisquestion["#"]["BODY"][0]["#"]["TEXT"][0]["#"]),ENT_QUOTES,'UTF-8'); } - $question->questiontext = $question->questiontext; // put name of question in question object $question->name = shorten_text($question->questiontext, 254); @@ -308,7 +305,6 @@ class qformat_blackboard extends qformat_default { if ($ishtml) { $question->questiontext = html_entity_decode(trim($thisquestion["#"]["BODY"][0]["#"]["TEXT"][0]["#"]),ENT_QUOTES,'UTF-8'); } - $question->questiontext = $question->questiontext; // put name of question in question object $question->name = shorten_text($question->questiontext, 254); @@ -362,7 +358,6 @@ class qformat_blackboard extends qformat_default { if ($ishtml) { $question->questiontext = html_entity_decode(trim($thisquestion["#"]["BODY"][0]["#"]["TEXT"][0]["#"]),ENT_QUOTES,'UTF-8'); } - $question->questiontext = $question->questiontext; // put name of question in question object $question->name = shorten_text($question->questiontext, 254);