@@ -347,7 +347,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per
347
347
$ table ->head = array (
348
348
get_string ('time ' ),
349
349
get_string ('ip_address ' ),
350
- get_string ('fullnamecourse ' ),
350
+ get_string ('fullnameuser ' ),
351
351
get_string ('action ' ),
352
352
get_string ('info ' )
353
353
);
@@ -462,7 +462,7 @@ function print_mnet_log($hostid, $course, $user=0, $date=0, $order="l.time ASC",
462
462
}
463
463
echo "<th class= \"c1 header \"> " .get_string ('time ' )."</th> \n" ;
464
464
echo "<th class= \"c2 header \"> " .get_string ('ip_address ' )."</th> \n" ;
465
- echo "<th class= \"c3 header \"> " .get_string ('fullnamecourse ' )."</th> \n" ;
465
+ echo "<th class= \"c3 header \"> " .get_string ('fullnameuser ' )."</th> \n" ;
466
466
echo "<th class= \"c4 header \"> " .get_string ('action ' )."</th> \n" ;
467
467
echo "<th class= \"c5 header \"> " .get_string ('info ' )."</th> \n" ;
468
468
echo "</tr> \n" ;
@@ -529,7 +529,7 @@ function print_log_csv($course, $user, $date, $order='l.time DESC', $modname,
529
529
global $ DB ;
530
530
531
531
$ text = get_string ('course ' )."\t" .get_string ('time ' )."\t" .get_string ('ip_address ' )."\t" .
532
- get_string ('fullnamecourse ' )."\t" .get_string ('action ' )."\t" .get_string ('info ' );
532
+ get_string ('fullnameuser ' )."\t" .get_string ('action ' )."\t" .get_string ('info ' );
533
533
534
534
if (!$ logs = build_logs_array ($ course , $ user , $ date , $ order , '' , '' ,
535
535
$ modname , $ modid , $ modaction , $ groupid )) {
@@ -642,7 +642,7 @@ function print_log_xls($course, $user, $date, $order='l.time DESC', $modname,
642
642
643
643
$ worksheet = array ();
644
644
$ headers = array (get_string ('course ' ), get_string ('time ' ), get_string ('ip_address ' ),
645
- get_string ('fullnamecourse ' ), get_string ('action ' ), get_string ('info ' ));
645
+ get_string ('fullnameuser ' ), get_string ('action ' ), get_string ('info ' ));
646
646
647
647
// Creating worksheets
648
648
for ($ wsnumber = 1 ; $ wsnumber <= $ nroPages ; $ wsnumber ++) {
@@ -753,7 +753,7 @@ function print_log_ods($course, $user, $date, $order='l.time DESC', $modname,
753
753
754
754
$ worksheet = array ();
755
755
$ headers = array (get_string ('course ' ), get_string ('time ' ), get_string ('ip_address ' ),
756
- get_string ('fullnamecourse ' ), get_string ('action ' ), get_string ('info ' ));
756
+ get_string ('fullnameuser ' ), get_string ('action ' ), get_string ('info ' ));
757
757
758
758
// Creating worksheets
759
759
for ($ wsnumber = 1 ; $ wsnumber <= $ nroPages ; $ wsnumber ++) {
@@ -4229,4 +4229,4 @@ function course_page_type_list($pagetype, $parentcontext, $currentcontext) {
4229
4229
'course-view-* ' =>get_string ('page-course-view-x ' , 'pagetype ' )
4230
4230
);
4231
4231
}
4232
- }
4232
+ }
0 commit comments