mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
small fix for previous merge - I hope the last one :-(
This commit is contained in:
parent
de87c32835
commit
00548bfacf
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ function dialogue_list_conversations_other($dialogue) {
|
|||
} else {
|
||||
$status = get_string("notyetseen", "dialogue");
|
||||
}
|
||||
$table->data[] = array("<a href=\"dialogues.php?id=$cm->id&action=printdialogue&cid=$conversation->id\">".
|
||||
$table->data[] = array("<a href=\"dialogues.php?id=$cm->id&action=printdialogue&cid=$conversation->id\">".
|
||||
"$name</a>", clean_text($conversation->subject), $byuser." ".get_string("of", "dialogue")." ".$total,
|
||||
userdate($conversation->timemodified), $status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue