Skip to content

Commit

Permalink
Making the overview report viewable by student role by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Oct 8, 2007
1 parent a506e40 commit d0b83b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions grade/report/overview/db/access.php
Expand Up @@ -9,6 +9,7 @@
'legacy' => array(
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
'student' => CAP_ALLOW,
'admin' => CAP_ALLOW
)
)
Expand Down
2 changes: 1 addition & 1 deletion grade/report/overview/version.php
@@ -1,6 +1,6 @@
<?PHP // $Id$

$plugin->version = 2007073000;
$plugin->version = 2007100801;
$plugin->requires = 2007072402;

?>
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)

$version = 2007100800; // YYYYMMDD = date
$version = 2007100801; // YYYYMMDD = date
// XY = increments within a single day

$release = '1.9 Beta +'; // Human-friendly version name
Expand Down

0 comments on commit d0b83b0

Please sign in to comment.