fixed syntax error
authorskodak <skodak>
Fri, 6 Jun 2008 07:08:18 +0000 (07:08 +0000)
committerskodak <skodak>
Fri, 6 Jun 2008 07:08:18 +0000 (07:08 +0000)
mod/glossary/report.php

index 89bfb16a32566e5b5a015a14bbabb90d66a4f99b..6041af468aa8f84a1ebf1fa8da89d2a8375978bb 100644 (file)
@@ -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%\">";