From b08426704f25194b0d504b8e2fbfc4a7363da1d4 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 9 Mar 2011 00:48:05 -0500 Subject: UserHiddenGradeCategories is a special column with limited action list Ignore-this: 7dc788e93500e44362e22e610e6544e6 darcs-hash:20110309054805-067c0-928f1340c4a4975e455970091e774d96b4619cfa.gz --- GradeBook_lib.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GradeBook_lib.tcl') 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 { } -- cgit v1.2.3