projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1686920
)
question bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting
author
samhemelryk
<samhemelryk>
Mon, 8 Jun 2009 03:23:24 +0000
(
03:23
+0000)
committer
samhemelryk
<samhemelryk>
Mon, 8 Jun 2009 03:23:24 +0000
(
03:23
+0000)
question/editlib.php
patch
|
blob
|
history
diff --git
a/question/editlib.php
b/question/editlib.php
index 07afeb70349611f9dc0e8233866c9db2ddbdad3c..d5494813b8ecb7d52205ece70172e637c0892f56 100644
(file)
--- 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);