Merge branch 'MDL-25881' of git://git.luns.net.uk/moodle
authorPetr Skoda <commits@skodak.org>
Mon, 17 Jan 2011 18:12:33 +0000 (19:12 +0100)
committerPetr Skoda <commits@skodak.org>
Mon, 17 Jan 2011 18:12:33 +0000 (19:12 +0100)
course/lib.php

index 10d7178..28983a9 100644 (file)
@@ -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')
     );