]> git.mjollnir.org Git - moodle.git/commit
MDL-13107 - clean up data cvs import capability checks
authorpoltawski <poltawski>
Wed, 23 Jan 2008 13:27:47 +0000 (13:27 +0000)
committerpoltawski <poltawski>
Wed, 23 Jan 2008 13:27:47 +0000 (13:27 +0000)
commitab496ca8e56b855c6f5757a37eedc40ab4c46000
tree495c2878a257ef2d2fbd142d69683c1b105053a1
parent6b4671097b7a6ca0ee7fa4d251c54ee44817dc37
MDL-13107 - clean up data cvs import capability checks

Removed bad check 'mod/data:uploadentries' (which doesn't exist),
replaced it with mod/data:manageentries which is what is used to display
the form for this page.

Also removed the empty database redirect and editing entries checks
as there no way to get to this point in the UI and capability check
is covered by the manageentries requirecap (+ later sesskey check).

merged from MOODLE_19_STABLE
mod/data/import.php