From aa37f5e315b6aab721811091a510a316c2c8d208 Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Mon, 8 Jun 2009 03:23:24 +0000 Subject: [PATCH] question bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting --- question/editlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/editlib.php b/question/editlib.php index 07afeb7034..d5494813b8 100644 --- a/question/editlib.php +++ b/question/editlib.php @@ -1344,7 +1344,7 @@ class question_bank_view { $classes[] = 'dimmed_text'; } if ($question->id == $this->lastchangedid) { - $nameclass='highlight'; + $classes[] ='highlight'; } if (!empty($this->extrarows)) { $classes[] = 'r' . ($rowcount % 2); -- 2.39.5