From: andreabix Date: Fri, 5 Jan 2007 13:14:37 +0000 (+0000) Subject: fixed missing comma X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fcf78b155734424c95adb01017d8a99bc5c68598;p=moodle.git fixed missing comma --- diff --git a/course/report/log/lib.php b/course/report/log/lib.php index cbe0001b91..17e64b2a07 100644 --- a/course/report/log/lib.php +++ b/course/report/log/lib.php @@ -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