"MDL-14129, fix print_error"

This commit is contained in:
dongsheng 2008-06-06 05:50:45 +00:00
parent 646fc29036
commit 8a274bcde4
5 changed files with 17 additions and 17 deletions

View file

@ -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%\">";