Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Gradebook export

From MoodleDocs
Revision as of 09:03, 31 July 2011 by Tim Hunt (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)