]> git.mjollnir.org Git - moodle.git/commitdiff
fixed missing comma
authorandreabix <andreabix>
Fri, 5 Jan 2007 13:14:37 +0000 (13:14 +0000)
committerandreabix <andreabix>
Fri, 5 Jan 2007 13:14:37 +0000 (13:14 +0000)
course/report/log/lib.php

index cbe0001b917e176a49334ba245ed665ca35afce1..17e64b2a070bff512481b9bf6e40ca1cf6af0c95 100644 (file)
@@ -76,7 +76,7 @@ function print_mnet_log_selector_form($hostid, $course, $selecteduser=0, $select
     // Get all the hosts that we SSO with
     $sql = "SELECT DISTINCT 
                 h.id, 
-                h.name
+                h.name,
                 s.name as servicename
             FROM 
                 {$CFG->prefix}mnet_host h