From 9d121526410edbcf06d495094e3a44f07247b7be Mon Sep 17 00:00:00 2001 From: willcast Date: Tue, 18 Nov 2003 01:07:21 +0000 Subject: [PATCH] - Nice default view to the new format display. --- mod/glossary/formats/6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/formats/6.php b/mod/glossary/formats/6.php index d9e23569c4..4d4f7245bb 100644 --- a/mod/glossary/formats/6.php +++ b/mod/glossary/formats/6.php @@ -10,7 +10,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry,$mode="" echo "\n"; echo ""; if ($entry) { - echo "id&mode=entry&hook=$entry->id&displayformat=0\">"; + echo "id&mode=entry&hook=$entry->id&displayformat=2\">"; glossary_print_entry_concept($entry); echo '
'; -- 2.39.5