Index: lib.php =================================================================== RCS file: /cvsroot/moodle/moodle/course/lib.php,v retrieving revision 1.574 diff -u -r1.574 lib.php --- lib.php 11 Apr 2008 05:47:20 -0000 1.574 +++ lib.php 13 Apr 2008 16:39:11 -0000 @@ -263,7 +263,7 @@ } echo "".get_string('time')."\n"; echo "".get_string('ip_address')."\n"; - echo "".get_string('fullnamecourse')."\n"; + echo "".get_string('fullnameuser')."\n"; echo "".get_string('action')."\n"; echo "".get_string('info')."\n"; echo "\n"; @@ -383,7 +383,7 @@ } echo "".get_string('time')."\n"; echo "".get_string('ip_address')."\n"; - echo "".get_string('fullnamecourse')."\n"; + echo "".get_string('fullnameuser')."\n"; echo "".get_string('action')."\n"; echo "".get_string('info')."\n"; echo "\n"; @@ -452,7 +452,7 @@ $modid, $modaction, $groupid) { $text = get_string('course')."\t".get_string('time')."\t".get_string('ip_address')."\t". - get_string('fullnamecourse')."\t".get_string('action')."\t".get_string('info'); + get_string('fullnameuser')."\t".get_string('action')."\t".get_string('info'); if (!$logs = build_logs_array($course, $user, $date, $order, '', '', $modname, $modid, $modaction, $groupid)) { @@ -568,7 +568,7 @@ $worksheet = array(); $headers = array(get_string('course'), get_string('time'), get_string('ip_address'), - get_string('fullnamecourse'), get_string('action'), get_string('info')); + get_string('fullnameuser'), get_string('action'), get_string('info')); // Creating worksheets for ($wsnumber = 1; $wsnumber <= $nroPages; $wsnumber++) { @@ -681,7 +681,7 @@ $worksheet = array(); $headers = array(get_string('course'), get_string('time'), get_string('ip_address'), - get_string('fullnamecourse'), get_string('action'), get_string('info')); + get_string('fullnameuser'), get_string('action'), get_string('info')); // Creating worksheets for ($wsnumber = 1; $wsnumber <= $nroPages; $wsnumber++) {