removed duplicate log word
authorJoseph Baxter <joseph.baxter@nottingham.ac.uk>
Thu, 22 May 2014 09:57:08 +0000 (10:57 +0100)
committerJoseph Baxter <joseph.baxter@nottingham.ac.uk>
Tue, 3 Jun 2014 13:32:08 +0000 (14:32 +0100)
locallib.php

index e5df5ca..ed78519 100644 (file)
@@ -889,7 +889,7 @@ class attendance {
         $url = $this->url_take($params);
         
         // Log the change.
-        $this->log('attendance taken', $url, $USER->firstname.' '.$USER->lastname);
+        $this->log('taken by student', $url, $USER->firstname.' '.$USER->lastname);
         
         return true;
     }
@@ -949,7 +949,7 @@ class attendance {
         $url = $this->url_take($params);
         
         // Log the change.
-        $this->log('attendance taken', $url, $USER->firstname.' '.$USER->lastname);
+        $this->log('taken', $url, $USER->firstname.' '.$USER->lastname);
 
         $group = 0;
         if ($this->pageparams->grouptype != attendance::SESSION_COMMON) {