While attempting to trace a possible bug in the program, I needed to find out when I had backed up and later restored a course. I then discovered that this data is not logged! Looking at the code, neither the backup.php or restore.php scripts has code to write a line to the mdl_log. In keeping with the comment on the mdl_log table ""Every action is logged as far as possible" please implement this in future versions!
Description
While attempting to trace a possible bug in the program, I needed to find out when I had backed up and later restored a course. I then discovered that this data is not logged! Looking at the code, neither the backup.php or restore.php scripts has code to write a line to the mdl_log. In keeping with the comment on the mdl_log table ""Every action is logged as far as possible" please implement this in future versions!