diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-03-29 17:28:26 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-03-29 17:28:26 -0400 |
commit | 90eb55533c74800bacb12ba32de66c23191416d6 (patch) | |
tree | 8c80fd569baf9c9f15f00b11dd5f1df52a0c88b8 | |
parent | 788b93da0b408e2877646219eedcd674f688d917 (diff) | |
download | GradeBook-90eb55533c74800bacb12ba32de66c23191416d6.tar.gz GradeBook-90eb55533c74800bacb12ba32de66c23191416d6.zip |
created access rights for staticstic updates
-rwxr-xr-x | GradeBook_lib.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 1f3ae46..706dedc 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -808,6 +808,7 @@ proc CreateAccessRightsTable {db} { AddAccessRightNonWeb hidecolfromstudents 1 1 0 0 0 AddAccessRightNonWeb unhidecolfromstudents 1 1 0 0 0 AddAccessRightNonWeb resetforgottenpassword 0 0 0 0 1 + AddAccessRightNonWeb update_grades_stats 1 0 0 0 0 } proc htmlErrorMsg { msg {loc ""} } { |