]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: introducing print_remote_host()... and use it in print_my_courses() - add a...
authormartinlanghoff <martinlanghoff>
Fri, 19 Jan 2007 09:37:28 +0000 (09:37 +0000)
committermartinlanghoff <martinlanghoff>
Fri, 19 Jan 2007 09:37:28 +0000 (09:37 +0000)
course/lib.php

index 3cbd798bdb1bb18db29f3653c6a31fba695acb07..670fab81a3b0031ee05f1db67f303e31e70dff3f 100644 (file)
@@ -1959,7 +1959,7 @@ function print_remote_host($host, $width="100%") {
     echo '<img src="'.$CFG->pixpath.'/i/mnethost.gif" class="icon" alt="'.get_string('course').'" />';
     echo '<a title="'.s($host['name']).'" href="'.s($host['url']).'">'
         . s($host['name']).'</a> - ';
-    echo $host['count'] . get_string('courses');
+    echo $host['count'] . ' ' . get_string('courses');
     echo '</div>';
     echo '</div>';
     echo '<div class="clearer"></div>';