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') );