From fcf78b155734424c95adb01017d8a99bc5c68598 Mon Sep 17 00:00:00 2001 From: andreabix Date: Fri, 5 Jan 2007 13:14:37 +0000 Subject: [PATCH] fixed missing comma --- course/report/log/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5