Talk:Gradebook export
From MoodleDocs
Instructions say to change in db/access.php:
$gradeexport_[newexport]_capabilities = array(
but in the existing in db/access.php files it looks like this:
$capabilities = array(
I don't find any reference to either variable, and I don't know how this works. Should I change it to be as the documentations says? Or should the documentation be updated?
There are other typos int eh doc that I can figure out, so I will just update it, but the above I am not sure of.
- The convention for access.php files changed in Moodle 2.0. $capabilities is now the correct way.--Tim Hunt 17:03, 31 July 2011 (WST)