]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-15349, fix print_list"
authordongsheng <dongsheng>
Fri, 27 Jun 2008 06:26:36 +0000 (06:26 +0000)
committerdongsheng <dongsheng>
Fri, 27 Jun 2008 06:26:36 +0000 (06:26 +0000)
repository/lib.php

index 1bf1cb116f49df0350b88fdebdac38fc2cf85f74..0715e986593ba306b36f1799680f83502161fe14 100644 (file)
@@ -140,7 +140,7 @@ abstract class repository {
                 $str .= '</tr>';
                 $count++;
             }
-            $str = '</table>';
+            $str .= '</table>';
         }
         if ($print){
             echo $str;