small fix for previous merge - I hope the last one :-(
authorskodak <skodak>
Sun, 10 Oct 2004 20:42:11 +0000 (20:42 +0000)
committerskodak <skodak>
Sun, 10 Oct 2004 20:42:11 +0000 (20:42 +0000)
mod/dialogue/locallib.php

index 6c2e635b8df7194aaaaea5730259616bedc85697..599421e21758c1303a92a9b8be8e7ce24d760008 100644 (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);
             }