]> git.mjollnir.org Git - moodle.git/commitdiff
Typo. Thanks to skodak.
authorstronk7 <stronk7>
Sun, 29 Aug 2004 22:04:20 +0000 (22:04 +0000)
committerstronk7 <stronk7>
Sun, 29 Aug 2004 22:04:20 +0000 (22:04 +0000)
Bug 1839
(http://moodle.org/bugs/bug.php?op=show&bugid=1839)

Merged from MOODLE_14_STABLE

mod/glossary/report.php

index da72a7702d7667aa2290a8363b19b52e6b145ddf..cd0a96cddad49bd0311e4feb08913a1311219a09 100644 (file)
     $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%>";