mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
fixed syntax error
This commit is contained in:
parent
8a274bcde4
commit
9dd9cc2312
@ -51,7 +51,7 @@
|
||||
print_header("$strratings: $entry->concept");
|
||||
|
||||
if (!$ratings = glossary_get_ratings($entry->id, $sqlsort)) {
|
||||
print_error("ratingno', 'glossary');
|
||||
print_error('ratingno', 'glossary');
|
||||
|
||||
} else {
|
||||
echo "<table border=\"0\" cellpadding=\"3\" cellspacing=\"3\" class=\"generalbox\" style=\"width:100%\">";
|
||||
|
Loading…
x
Reference in New Issue
Block a user