question bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting
authorsamhemelryk <samhemelryk>
Mon, 8 Jun 2009 03:23:24 +0000 (03:23 +0000)
committersamhemelryk <samhemelryk>
Mon, 8 Jun 2009 03:23:24 +0000 (03:23 +0000)
question/editlib.php

index 07afeb70349611f9dc0e8233866c9db2ddbdad3c..d5494813b8ecb7d52205ece70172e637c0892f56 100644 (file)
@@ -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);