Typo. Thanks to skodak.

Bug 1839
(http://moodle.org/bugs/bug.php?op=show&bugid=1839)
This commit is contained in:
stronk7
2004-08-29 22:03:01 +00:00
parent be50231d4a
commit 7f322bf4f0
+2 -2
View File
@@ -34,10 +34,10 @@
$strname = get_string("name");
$strtime = get_string("time");
print_header("$strratings: $entry->subject");
print_header("$strratings: $entry->concept");
if (!$ratings = glossary_get_ratings($entry->id, $sort)) {
error("No ratings for this entry: \"$entry->subject\"");
error("No ratings for this entry: \"$entry->concept\"");
} else {
echo "<table border=0 cellpadding=3 cellspacing=3 class=generalbox width=100%>";