summaryrefslogtreecommitdiff
path: root/GradeBook_lib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-xGradeBook_lib.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index ad07e9b..88cd800 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -6,7 +6,7 @@ exec tclsh "$0" "$@"
# require Tcl version of at least 8.5 since I use 'ni' and 'in' in expressions for lists
package require Tcl 8.5
# internal version of this code
-set VERSION 1.3.0
+set VERSION 1.3.1
# Grades category and their html names
set grades_category [list \
@@ -450,6 +450,7 @@ proc htmlDBout {db permission_list user {sort_col {}}} {
PasswordHash { }
UserHiddenColums { }
UserHiddenGroups { }
+ UserHiddenGradeCategories { }
IdNum { }
GroupName { }
SectionNum { }