From 3b9a74ce531a297178142a0a1287657e7a05fed6 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Sun, 16 Jan 2011 14:58:41 +0000 Subject: [PATCH] course reports MDL-25881 - incorrect string --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index 10d7178a3fa..28983a9cec7 100644 --- a/course/lib.php +++ b/course/lib.php @@ -351,7 +351,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per $table->head = array( get_string('time'), get_string('ip_address'), - get_string('fullnamecourse'), + get_string('fullname'), get_string('action'), get_string('info') );