aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGradeBook.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/GradeBook.tcl b/GradeBook.tcl
index 2ffb309..597c518 100755
--- a/GradeBook.tcl
+++ b/GradeBook.tcl
@@ -88,6 +88,7 @@ proc CreateAccessRightsTable {db} {
db eval {INSERT INTO AccessRightsTable VALUES('updategrades', 1, 1, 0, 0)}
db eval {INSERT INTO AccessRightsTable VALUES('changecolumn', 1, 1, 0, 0)}
db eval {INSERT INTO AccessRightsTable VALUES('updatecolumn', 1, 1, 0, 0)}
+ db eval {INSERT INTO AccessRightsTable VALUES('logoff', 1, 1, 1, 0)}
}
proc htmlErrorMsg { msg } {