mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
"MDL-14129, fix print_error"
This commit is contained in:
parent
646fc29036
commit
8a274bcde4
5 changed files with 17 additions and 17 deletions
|
@ -51,7 +51,7 @@
|
|||
print_header("$strratings: $entry->concept");
|
||||
|
||||
if (!$ratings = glossary_get_ratings($entry->id, $sqlsort)) {
|
||||
print_error("No ratings for this entry: \"$entry->concept\"");
|
||||
print_error("ratingno', 'glossary');
|
||||
|
||||
} else {
|
||||
echo "<table border=\"0\" cellpadding=\"3\" cellspacing=\"3\" class=\"generalbox\" style=\"width:100%\">";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue