small fix for previous merge - I hope the last one :-(

This commit is contained in:
skodak 2004-10-10 20:42:11 +00:00
parent de87c32835
commit 00548bfacf

View file

@ -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&amp;action=printdialogue&amp;cid=$conversation->id\">".
"$name</a>", clean_text($conversation->subject), $byuser." ".get_string("of", "dialogue")." ".$total,
userdate($conversation->timemodified), $status);
}