projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a274bc
)
fixed syntax error
author
skodak
<skodak>
Fri, 6 Jun 2008 07:08:18 +0000
(07:08 +0000)
committer
skodak
<skodak>
Fri, 6 Jun 2008 07:08:18 +0000
(07:08 +0000)
mod/glossary/report.php
patch
|
blob
|
history
diff --git
a/mod/glossary/report.php
b/mod/glossary/report.php
index 89bfb16a32566e5b5a015a14bbabb90d66a4f99b..6041af468aa8f84a1ebf1fa8da89d2a8375978bb 100644
(file)
--- a/
mod/glossary/report.php
+++ b/
mod/glossary/report.php
@@
-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%\">";