From: stronk7 Date: Sun, 29 Aug 2004 22:04:20 +0000 (+0000) Subject: Typo. Thanks to skodak. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=92a9d6449520bdf432146ff5495758635eb03928;p=moodle.git Typo. Thanks to skodak. Bug 1839 (http://moodle.org/bugs/bug.php?op=show&bugid=1839) Merged from MOODLE_14_STABLE --- diff --git a/mod/glossary/report.php b/mod/glossary/report.php index da72a7702d..cd0a96cdda 100644 --- a/mod/glossary/report.php +++ b/mod/glossary/report.php @@ -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 "";